Try other commands
This commit is contained in:
parent
d9098182d4
commit
750f5df4f3
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -25,9 +25,9 @@ node {
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Push image') {
|
stage('Push image') {
|
||||||
docker.withRegistry('https://hub.thisfro.ch', 'git') {
|
docker.withRegistry('https://hub.thisfro.ch') {
|
||||||
app.push("${env.BUILD_NUMBER}")
|
dockerImage.push("$BUILD_NUMBER")
|
||||||
app.push("latest")
|
dockerImage.push('latest')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue