Fix typo
This commit is contained in:
parent
a832f3fc97
commit
a35e3e4f7a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -25,7 +25,7 @@ node {
|
|||
}
|
||||
|
||||
stage('Push image') {
|
||||
docker.withDockerRegistry('https://hub.thisfro.ch') {
|
||||
docker.withRegistry('https://hub.thisfro.ch') {
|
||||
app.push("$BUILD_NUMBER")
|
||||
app.push('latest')
|
||||
}
|
||||
|
|
Reference in a new issue