gitreef

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b0aad207363268f1756d599e30cb20b67a9fd6b9
parent ed4fc3f1bc6fefa112f24de894eb7a4701f3c19a
Author: Matthias Jaros <jaros@mailbox.org>
Date:   Mon, 27 Oct 2025 18:32:34 +0100

Next try

Diffstat:
MJenkinsfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile @@ -80,7 +80,7 @@ pipeline { docker version docker buildx version docker buildx ls | grep -q multiarch || docker buildx create --name multiarch --use --bootstrap - echo "$DOCKER_PASS" | docker login $REGISTRY -u "$DOCKER_USER" --password-stdin + echo "$DOCKER_PASS" | docker login -u "$DOCKER_USER" --password-stdin DOCKER_BUILDKIT=1 docker buildx build \ --platform ${PLATFORMS} \