changed image name

This commit is contained in:
sridhar 2023-09-09 11:59:31 +05:30
parent 4b262d7bb4
commit ffdc8b90ec

2
Jenkinsfile vendored
View file

@ -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}'
}