mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
changed image tags
This commit is contained in:
parent
3dee49586a
commit
b914caa6fe
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -27,7 +27,7 @@ pipeline{
|
|||
stage('docker push image '){
|
||||
steps{
|
||||
sh 'docker image build -t spc1234 .'
|
||||
sh 'docker image tag spc1234 spc-3.9.4:${BUILD_ID}'
|
||||
sh 'docker image tag spc1234 sridhar006/spc-3.9.4:${BUILD_ID}'
|
||||
sh 'docker push sridhar006/spc-3.9.4:${BUILD_ID}'
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue