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') {