Update .woodpecker.yml #23

Open
trent wants to merge 58 commits from Warehouses into master
Showing only changes of commit 065744d15a - Show all commits

View File

@@ -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" \