diff --git a/Jenkinsfile b/Jenkinsfile index 38d67ca..187b136 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Deploy Image') { steps{ script { - withDockerRegistry(url: 'https://registry.hub.docker.com', credentialsId: 'dockerhub_jcabillot') { + withDockerRegistry(url: 'https://docker.io', credentialsId: 'dockerhub_jcabillot') { sh 'docker push jcabillot/jenkins-wdocker' } }