From 6559056402a659ed7254385914f2fcf734f10d50 Mon Sep 17 00:00:00 2001 From: pfych Date: Sun, 20 Apr 2025 14:14:46 +1000 Subject: [PATCH] Adjust image priorities --- .gitea/workflows/build-container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-container.yml b/.gitea/workflows/build-container.yml index e18094a..73d9b93 100644 --- a/.gitea/workflows/build-container.yml +++ b/.gitea/workflows/build-container.yml @@ -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