From eb0bba30a6bbeea5d7fec67d61f505b8da505434 Mon Sep 17 00:00:00 2001 From: Andreas Dinauer Date: Sat, 14 Mar 2026 18:57:25 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Transform=20to=20IDP=20pro?= =?UTF-8?q?vider?= 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 76eb45f..a75b4a3 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { steps { script { env.TAG = "${env.BUILD_NUMBER}" - env.REFERENCE = "harbor.dinauer.dev/tavolio/iam-backend" + env.REFERENCE = "harbor.dinauer.dev/verifoo/backend" env.IMAGE = "${env.REFERENCE}:${env.BUILD_NUMBER}"; } }