From 4aa538f3fd66693553ce8cdc70f18b758a140f2c Mon Sep 17 00:00:00 2001 From: Aman Anand <90816799+AnandITCloud@users.noreply.github.com> Date: Mon, 1 Nov 2021 09:40:42 +0530 Subject: [PATCH] new change --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index beba441..8c93bac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,11 +2,11 @@ node { checkout scm - docker.withRegistry('https://registry.hub.docker.com', 'dockerHub') { + docker.withRegistry('https://hub.docker.com/repositories', 'dockerHub') { - def customImage = docker.build("miltonc/dockerwebapp") + def customImage = docker.build("dockeraman01/dockerwebapp") /* Push the container to the custom Registry */ customImage.push() } -} \ No newline at end of file +}