♻️ Transform to IDP provider

This commit is contained in:
Andreas Dinauer 2026-03-14 18:57:25 +01:00
parent 7d638e6530
commit eb0bba30a6

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
steps { steps {
script { script {
env.TAG = "${env.BUILD_NUMBER}" 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}"; env.IMAGE = "${env.REFERENCE}:${env.BUILD_NUMBER}";
} }
} }