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}" } }