diff --git a/Jenkinsfile b/Jenkinsfile index d055496..2055282 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,7 +58,8 @@ podTemplate(label: POD_LABEL, containers: [ --skip-tls-verify \ --tarPath ./target/servicedemo-${POM_VERSION}.image.tar \ --destination=${REGISTRY}/servicedemo:${POM_VERSION} \ - --destination=${REGISTRY}/servicedemo:${GIT_HASH}" + --destination=${REGISTRY}/servicedemo:${GIT_HASH} \" + --destination=${REGISTRY}/servicedemo:latest" } }