diff --git a/Jenkinsfile b/Jenkinsfile index c426416..91deae1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { steps { script { def customImage = docker.build('initsixcloud/petclinic', "./docker") - docker.withRegistry('https://registry.hub.docker.com', 'dockerhub') { + docker.withRegistry('https://registry.hub.docker.com', 'ramesh.kothamasu') { customImage.push("${env.BUILD_NUMBER}") } }