Update .woodpecker.yml #23

Merged
trent merged 52 commits from Warehouses into master 2026-04-10 04:31:38 +00:00
Showing only changes of commit 78806115ba - Show all commits

View File

@@ -157,9 +157,8 @@ steps:
test -z "$PNAME" && continue
test ! -d "$PDIR" && continue
echo "$PNAME" | tr 'A-Z' 'a-z' > /tmp/lower.txt
echo "git.modwad.pl/faapp/" > /tmp/tag.txt
cat /tmp/lower.txt >> /tmp/tag.txt
echo -n "git.modwad.pl/faapp/" > /tmp/tag.txt
echo "$PNAME" | tr 'A-Z' 'a-z' | tr -d '\n' >> /tmp/tag.txt
cat > "${PDIR}/Dockerfile.temp" <<'DFEND'
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base