From 7aa902991643a5aedd26182b3576adab8803d902 Mon Sep 17 00:00:00 2001 From: Mohan0607 <76526200+Mohan0607@users.noreply.github.com> Date: Wed, 18 Aug 2021 16:51:21 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }