Also push "latest"
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit
This commit is contained in:
parent
f0d4a34a56
commit
32afe92f30
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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"
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user