Skip to content

Commit

Permalink
👷 replace redundant branch with sha image
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaNecron committed Dec 24, 2023
1 parent ded9076 commit bcf0a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
images: |
alphanecron/igloo
tags: |
type=ref,event=branch,suffix=-${{ matrix.variant }}
type=ref,event=pr,prefix=pr-,suffix=suffix=-${{ matrix.variant }}
type=pep440,pattern={{version}},suffix=-${{ matrix.variant }}
type=raw,${{ matrix.variant }}
type=sha,prefix=,suffix=-${{ matrix.variant }}
- name: Setup QEMU
uses: docker/setup-qemu-action@v2
- name: Setup Docker BuildX
Expand Down

0 comments on commit bcf0a5f

Please sign in to comment.