Adjust image priorities

This commit is contained in:
pfych 2025-04-20 14:14:46 +10:00
parent c97e4081d0
commit 6559056402

View file

@ -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