diff --git a/Jenkinsfile b/Jenkinsfile index 567772128..3e4e82158 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline{ agent any steps { echo "========executing docker build========" - sh 'docker build -t amar/petclinic:latest .' + sh 'docker build -t amar1doc/petclinic:latest .' } } }