Commit e7fc0cbb authored by Serdar TURKEL's avatar Serdar TURKEL

Update Jenkinsfile

parent f8f43a8b
...@@ -68,7 +68,7 @@ pipeline { ...@@ -68,7 +68,7 @@ pipeline {
} }
stage('Docker Image') { stage('Docker Image') {
steps { steps {
sh 'docker build -t inity/springtemplate:latest .' sh 'docker build -t springtemplate:latest .'
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment