diff --git a/Jenkinsfile b/Jenkinsfile index 943e892..a0eadbf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ node { } stage('Push image') { - docker.withRegistry('https://dockreg-fra.zwackl.de') { + docker.withRegistry() { app.push() } }