From 32afe92f30f250db2717ed47c9e90bf9538b8b8d Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Thu, 23 Dec 2021 22:31:34 -0800 Subject: [PATCH] Also push "latest" --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } }