mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
Shoulda known better than to trust code stolen from another guys repo
This commit is contained in:
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user