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}"; } }