Fix image tags (#781)

This commit is contained in:
2025-12-10 19:57:13 +01:00
committed by GitHub
parent 32a049c134
commit 18a27f7b45
3 changed files with 16 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=sha,prefix={{branch}}-
type=ref,event=tag
type=raw,value=latest,enable={{is_default_branch}}
- name: Set up Docker Buildx