Commit c00eb855 authored by Serdar TURKEL's avatar Serdar TURKEL

docker tag

parent 99f53a88
......@@ -39,7 +39,7 @@ pipeline {
}
stage('Docker Tag') {
steps {
sh 'docker tag springtemplate:latest docker.inity.com.tr/springtemplate:latest .'
sh 'docker tag springtemplate:latest docker.inity.com.tr/springtemplate:latest'
}
}
stage('Docker Push') {
......
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