From fcc32abcbf15405c1f9c17e51dedac07fb48bbaf Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Thu, 15 Dec 2022 04:34:44 -0800 Subject: [PATCH] Forget about push for now --- Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 88fe46b..c7740ff 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,10 +57,7 @@ podTemplate(label: POD_LABEL, containers: [ --insecure \ --skip-tls-verify \ --tarPath ./target/servicedemo-${POM_VERSION}.image.tar \ - --destination=${REGISTRY}/servicedemo:${POM_VERSION} \ - --destination=${REGISTRY}/servicedemo:${GIT_HASH} \ - --destination=${REGISTRY}/servicedemo:latest" - + --destination=${REGISTRY}/servicedemo:${GIT_HASH} } } stage('Archive') {