diff --git a/Jenkinsfile b/Jenkinsfile index 365165a1..7a3bf06b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { steps { script { withDockerRegistry(credentialsId: 'docker-cred', toolName: 'docker') { - sh "docker build -t shaikmustafa/productcatalogservice:latest ." + sh "docker build -t rohithbabu779/productcatalogservice:latest ." } } } @@ -16,7 +16,7 @@ pipeline { steps { script { withDockerRegistry(credentialsId: 'docker-cred', toolName: 'docker') { - sh "docker push shaikmustafa/productcatalogservice:latest " + sh "docker push rohithbabu7799/productcatalogservice:latest " } } }