From 4ff2b5fb9ace78c96fb9f7dca3100915afd84af8 Mon Sep 17 00:00:00 2001 From: VIkas Date: Sun, 26 Jun 2022 11:55:38 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4f07054..c846875 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ node { // sh "docker images | awk '{print $3}' | awk 'NR==2'" //sh echo "Enter the docker lattest imageID" //sh "read imageid" - sh "docker tag bb9ba8630260 vickeyyvickey/myapplication" //must change the name and tag no + sh "docker tag 5c3c038dda4b vickeyyvickey/myapplication" //must change the name and tag no sh "docker push vickeyyvickey/myapplication" } }