Excludes tag= from replacement
All checks were successful
Build (and tag) Images / build (pull_request) Successful in 46s
Build (and tag) Images / build (push) Successful in 48s

This commit is contained in:
Vincent Mahnke 2025-10-25 17:51:09 +02:00 committed by Vincent Mahnke
commit 9138d57429

View file

@ -29,7 +29,7 @@ jobs:
echo "tag=latest" >> $GITHUB_OUTPUT
else
# renovate creates sub branches with `/`; these break the tagging in the build process
echo "tag=${{ github.ref_name }}" | sed 's/[^a-zA-Z0-9._-]/_/g' >> $GITHUB_OUTPUT
echo tag=$(echo "${{ github.ref_name }}" | sed 's/[^a-zA-Z0-9._-]/_/g') >> $GITHUB_OUTPUT
fi
- name: Build web image