forked from kamba4/sunders
Compare commits
No commits in common. "9138d574295598ad7dd76cb3460ac61d324b7408" and "afc382857525b617a4db1104d90b5de2ccb78a9f" have entirely different histories.
9138d57429
...
afc3828575
1 changed files with 1 additions and 2 deletions
|
|
@ -28,8 +28,7 @@ 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
|
||||||
# renovate creates sub branches with `/`; these break the tagging in the build process
|
echo "tag=${{ github.ref_name }}" >> $GITHUB_OUTPUT
|
||||||
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