From 2be873c0a8784fc3a6845ba5d8f7435de8bcf83e Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Wed, 20 Dec 2023 13:54:20 +0100 Subject: [PATCH] [#13] Fixed registry URL --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c0e9b02..2b6ebf7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { environment { GITEA_CREDS = credentials('AMARILLO-JENKINS-GITEA-USER') TWINE_REPO_URL = "https://git.gerhardt.io/api/packages/amarillo/pypi" - REGISTRY_URL = 'git.gerhardt.io' + REGISTRY_URL = 'https://git.gerhardt.io' OWNER = 'amarillo' IMAGE_NAME = "amarillo" TAG = 'latest'