From ffdc8b90ec633f46848c0b8f65342cd890c05666 Mon Sep 17 00:00:00 2001 From: sridhar Date: Sat, 9 Sep 2023 11:59:31 +0530 Subject: [PATCH] changed image name --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 340987ffb..96fdd5526 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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}' }