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:
images: git.pfy.ch/pfych/chapter-tracker
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=sha
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }},priority=1000
type=sha,priority=100
- name: Set up Docker Buildx