1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

Fix builds on main (#63)

This commit is contained in:
Jason N 2024-03-12 09:20:00 -04:00 committed by GitHub
parent 13bbd2a24d
commit 2d28aec740
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,7 +133,7 @@ runs:
if [[ "${{ github.ref_name }}" =~ (.*)/merge ]] if [[ "${{ github.ref_name }}" =~ (.*)/merge ]]
then tag=pr-${BASH_REMATCH[1]} then tag=pr-${BASH_REMATCH[1]}
else else
tag=${ACTION_REF} tag=${{ github.ref_name }}
fi fi
else else
tag=${ACTION_REF} tag=${ACTION_REF}