REmove remote registry
Some checks failed
Homelab/java-spring-microservice/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Jim Nicholson 2022-12-15 04:40:39 -08:00
parent fcc32abcbf
commit 14180f20eb

2
Jenkinsfile vendored
View File

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