diff --git a/Jenkinsfile b/Jenkinsfile index ce61da1..c977c5b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ node { /* You would need to first register with DockerHub before you can push images to your account */ - docker.withRegistry('https://registry.hub.docker.com', 'docker-hub') { + docker.withRegistry('https://registry.hub.docker.com', 'dockerhub') { app.push("${env.BUILD_NUMBER}") app.push("latest") }