From f6621a1f745d62dcbdba91f1924b501cc5c9cc44 Mon Sep 17 00:00:00 2001 From: Andreas Dinauer Date: Sun, 15 Mar 2026 12:58:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d9a826d..62c952b 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { steps { script { env.TAG = "${env.BUILD_NUMBER}" - env.REFERENCE = "harbor.dinauer.dev/verifoo/backend" + env.REFERENCE = "harbor.dinauer.dev/registry/backend" env.IMAGE = "${env.REFERENCE}:${env.BUILD_NUMBER}"; } }