Update .woodpecker.yml #23

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

View File

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