forked from kamba4/sunders
Excludes tag= from replacement
This commit is contained in:
parent
9cf8cffee4
commit
9138d57429
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue