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

This commit is contained in:
2026-01-15 10:57:33 +00:00
parent cfe7924d25
commit 78806115ba

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