Shoulda known better than to trust code stolen from another guys repo

This commit is contained in:
naterfute
2025-05-31 03:07:37 -07:00
parent 6ce48136aa
commit afc4b9260a

View File

@@ -43,7 +43,7 @@ jobs:
type=raw,value=latest,enable=${{ github.event_name == 'release' && github.event.action == 'published' && !github.event.release.prerelease }}
type=ref,event=tag
type=raw,value=${{ github.event.workflow_run.head_branch || github.ref_name }}
type=raw,value=action-${{ github.run_number }},enable=${{ always() }}
type=raw,value=action-${{ github.run_number }}
# Only set up QEMU for release branches and tagged releases
- name: Setup QEMU