diff --git a/Jenkinsfile b/Jenkinsfile index 985a13430..0786b499d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,8 +25,8 @@ pipeline { } stage ('Creating Docker image') { steps { - sh 'docker build -t vkarpenko02/spring-petclinic:${GIT_COMMIT} .' - sh 'docker push vkarpenko02/mr' + sh 'docker build -t vkarpenko02/mr:${GIT_COMMIT} .' + sh 'docker push vkarpenko02/mr:${GIT_COMMIT}' } } }