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