diff --git a/Jenkinsfile b/Jenkinsfile index c426416..c48a14a 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('brijesh12/petclinic', "./docker") docker.withRegistry('https://registry.hub.docker.com', 'dockerhub') { customImage.push("${env.BUILD_NUMBER}") }