Skip to content

Commit

Permalink
Add Jenkinsfile-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
phso7276 committed Jul 25, 2024
1 parent 0116bba commit e0a84ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-docker
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
stage('Tag Docker Image') {
agent any
steps {
sh 'docker image tag webapp:hello-world shfordocker1/webapp$BUILD_NUMBER'
sh 'docker image tag webapp:hello-world shfordocker1/webapp:$BUILD_NUMBER'
sh 'docker image tag webapp:hello-world shfordocker1/webapp:latest'
}
}
Expand Down

0 comments on commit e0a84ee

Please sign in to comment.