summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-10-27 19:11:12 +0100
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-10-27 19:11:12 +0100
commitf13478fc1c792186c1d4fded803e234ef139e091 (patch)
treec82c633da30c991a10eee575bad1baf04e9647f6 /Jenkinsfile
parent30657ef386303e9005a15cc3309a1a68cf2fe614 (diff)
Added pull to always get the newest alpine version
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 2808239..eab4d03 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -61,6 +61,7 @@ pipeline {
echo "$DOCKER_PASS" | docker login $REGISTRY -u "$DOCKER_USER" --password-stdin
DOCKER_BUILDKIT=1 docker buildx build \
+ --pull \
--platform ${PLATFORMS} \
-t ${IMAGE_NAME}:${GIT_SHA} \
-t ${IMAGE_NAME}:${VERSION} \