From 0d24dfa184b0618ab3290314a150c6dec7f22b0d Mon Sep 17 00:00:00 2001 From: CHRAJKUMAR22 <97086614+CHRAJKUMAR22@users.noreply.github.com> Date: Sat, 5 Aug 2023 23:24:49 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c426416..54a5f5d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { stage('Build docker image') { steps { script { - def customImage = docker.build('initsixcloud/petclinic', "./docker") + def customImage = docker.build('CHRAJKUMAR22/petclinic-helm', "./docker") docker.withRegistry('https://registry.hub.docker.com', 'dockerhub') { customImage.push("${env.BUILD_NUMBER}") }