Adjust image priorities
This commit is contained in:
parent
c97e4081d0
commit
6559056402
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: git.pfy.ch/pfych/chapter-tracker
|
images: git.pfy.ch/pfych/chapter-tracker
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
|
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }},priority=1000
|
||||||
type=sha
|
type=sha,priority=100
|
||||||
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue