diff --git a/Jenkinsfile b/Jenkinsfile index a8f8d92..bb4532b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ node { } stage('Push image') { - docker.withRegistry('http://dockreg-fra.zwackl.local:5000') { + docker.withRegistry('https://dockreg-fra.zwackl.de') { app.push() } }