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