From 9cba01f83710b53e7894e4236acaf2d73cd5efca Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Thu, 23 Dec 2021 18:37:02 -0800 Subject: [PATCH] Fix some things --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 31b78ed..d055496 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,8 +57,8 @@ 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_TAG}" + --destination=${REGISTRY}/servicedemo:${POM_VERSION} \ + --destination=${REGISTRY}/servicedemo:${GIT_HASH}" } }