From e35d40165f9d23636e37bd9bb37d1ae2402aee9e Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 29 Sep 2023 11:59:41 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9c86de0..7958470 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -95,7 +95,7 @@ pipeline { sh "docker buildx build --platform linux/amd64 -t ${imagename} --build-arg GROUPER_CONTAINER_VERSION=${tag} --load ${folder}" sh "docker buildx build --platform linux/arm64 -t ${imagename}:arm64 --build-arg GROUPER_CONTAINER_VERSION=${tag} --load ${folder}" echo "Pushing image to dockerhub..." - sh "docker buildx build --push --platform linux/arm64,linux/amd64 -t ${maintainer}/${imagename}:${tag} ${folder}" + sh "docker buildx build --push --platform linux/arm64,linux/amd64 -t ${maintainer}/${imagename}:${exercise}-${tag} ${folder}" } } else { echo "not building images, since the SCM branch is not ${TARGET_BRANCH}"