Update .woodpecker.yml
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-01-15 21:02:14 +00:00
parent 7682656922
commit 0c93d9f755

View File

@@ -218,7 +218,7 @@ steps:
test -z "$PNAME" && continue test -z "$PNAME" && continue
test ! -d "$PDIR" && continue test ! -d "$PDIR" && continue
echo -n "git.modwad.pl/${REGISTRY_ORG}/" > /tmp/tag.txt echo -n "git.modwad.pl/fa/" > /tmp/tag.txt
echo "$PNAME" | tr 'A-Z' 'a-z' | tr -d '\n' >> /tmp/tag.txt echo "$PNAME" | tr 'A-Z' 'a-z' | tr -d '\n' >> /tmp/tag.txt
echo "=== DEBUG: Generated tag: $(cat /tmp/tag.txt) ===" echo "=== DEBUG: Generated tag: $(cat /tmp/tag.txt) ==="