fix: add latest tag for default branch in Docker metadata extraction
All checks were successful
build-and-push-docker / docker (push) Successful in 2m14s

This commit is contained in:
2025-08-18 13:54:46 +00:00
parent 1104c079dc
commit 2090abcc51

View File

@@ -38,6 +38,7 @@ jobs:
type=ref,event=branch type=ref,event=branch
type=ref,event=tag type=ref,event=tag
type=sha type=sha
type=raw,value=latest,enable={{is_default_branch}}
- name: Build (PR only) - name: Build (PR only)
if: ${{ gitea.event_name == 'pull_request' }} if: ${{ gitea.event_name == 'pull_request' }}