diff --git a/Jenkinsfile b/Jenkinsfile index c7740ff..779659b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,7 +57,7 @@ podTemplate(label: POD_LABEL, containers: [ --insecure \ --skip-tls-verify \ --tarPath ./target/servicedemo-${POM_VERSION}.image.tar \ - --destination=${REGISTRY}/servicedemo:${GIT_HASH} + --destination=servicedemo:${GIT_HASH} } } stage('Archive') {