changed image tags

This commit is contained in:
sridhar 2023-09-08 22:18:33 +05:30
parent 3dee49586a
commit b914caa6fe

2
Jenkinsfile vendored
View file

@ -27,7 +27,7 @@ pipeline{
stage('docker push image '){ stage('docker push image '){
steps{ steps{
sh 'docker image build -t spc1234 .' 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}' sh 'docker push sridhar006/spc-3.9.4:${BUILD_ID}'
} }