diff --git a/Jenkinsfile b/Jenkinsfile index b40e655..9b73601 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') }