From 7f0b5a00c7f787b1c691992cd0d0a14a7949db45 Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Tue, 25 Jun 2019 18:32:30 -0400 Subject: [PATCH] test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }