forked from kamba4/sunders
Compare commits
2 commits
afc3828575
...
9138d57429
| Author | SHA1 | Date | |
|---|---|---|---|
| 9138d57429 | |||
| 9cf8cffee4 |
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ jobs:
|
||||||
if [ "${{ github.ref_name }}" = "main" ] && [ "${{ github.event_name }}" = "push" ]; then
|
if [ "${{ github.ref_name }}" = "main" ] && [ "${{ github.event_name }}" = "push" ]; then
|
||||||
echo "tag=latest" >> $GITHUB_OUTPUT
|
echo "tag=latest" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo "tag=${{ github.ref_name }}" >> $GITHUB_OUTPUT
|
# renovate creates sub branches with `/`; these break the tagging in the build process
|
||||||
|
echo tag=$(echo "${{ github.ref_name }}" | sed 's/[^a-zA-Z0-9._-]/_/g') >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build web image
|
- name: Build web image
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue