From 065744d15a2a6a5d61286269e65b06779f31410f Mon Sep 17 00:00:00 2001 From: trent Date: Thu, 15 Jan 2026 11:04:27 +0000 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e21ca10..fd0f388 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -178,7 +178,8 @@ steps: sed -i "s/PROJECTNAME/${PNAME}/g" "${PDIR}/Dockerfile.temp" - docker buildx build --platform linux/amd64 \ + docker buildx build \ + --platform linux/amd64 \ -t "$(cat /tmp/tag.txt):${CI_COMMIT_SHA}" \ -t "$(cat /tmp/tag.txt):latest" \ -f "${PDIR}/Dockerfile.temp" \