From 78806115bac35f7d659afff0cdc5c653c6a43b5a Mon Sep 17 00:00:00 2001 From: trent Date: Thu, 15 Jan 2026 10:57:33 +0000 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c7f8a64..e21ca10 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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