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