This commit is contained in:
Jannis Portmann 2021-12-25 14:45:49 +01:00
parent a832f3fc97
commit a35e3e4f7a

2
Jenkinsfile vendored
View file

@ -25,7 +25,7 @@ node {
} }
stage('Push image') { stage('Push image') {
docker.withDockerRegistry('https://hub.thisfro.ch') { docker.withRegistry('https://hub.thisfro.ch') {
app.push("$BUILD_NUMBER") app.push("$BUILD_NUMBER")
app.push('latest') app.push('latest')
} }