From 72acff7ec01e5221cdb4fb5358b48a1c0fdcc882 Mon Sep 17 00:00:00 2001 From: sbk002 <34890197+sbk002@users.noreply.github.com> Date: Wed, 8 Jun 2022 20:03:31 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index beba441..64fcdaf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,11 +2,11 @@ node { checkout scm - docker.withRegistry('https://registry.hub.docker.com', 'dockerHub') { + docker.withRegistry('https://registry.hub.docker.com', 'dockerID001') { def customImage = docker.build("miltonc/dockerwebapp") /* Push the container to the custom Registry */ customImage.push() } -} \ No newline at end of file +}