Modify tags in docker-publish.yml for branches

Updated Docker publish workflow to include new tag format.
This commit is contained in:
Termine Andrea
2026-03-27 12:32:14 +01:00
committed by GitHub
parent 6817d0d666
commit f87e1f937e
+3 -1
View File
@@ -39,5 +39,7 @@ jobs:
with:
context: ./${{ matrix.component }}
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: |
type=ref,event=branch
type=raw,value=latest,enable={{is_default_branch}}
labels: ${{ steps.meta.outputs.labels }}