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