Update .woodpecker.yml
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
2026-01-15 11:04:27 +00:00
parent 78806115ba
commit 065744d15a

View File

@@ -178,7 +178,8 @@ steps:
sed -i "s/PROJECTNAME/${PNAME}/g" "${PDIR}/Dockerfile.temp" 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):${CI_COMMIT_SHA}" \
-t "$(cat /tmp/tag.txt):latest" \ -t "$(cat /tmp/tag.txt):latest" \
-f "${PDIR}/Dockerfile.temp" \ -f "${PDIR}/Dockerfile.temp" \