🚧 Setup

This commit is contained in:
Andreas Dinauer 2026-03-15 12:58:32 +01:00
parent efa96e296c
commit f6621a1f74

2
Jenkinsfile vendored
View File

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