Add :latest tag to Docker image on main branch pushes

This commit is contained in:
Kacper Kwapisz
2026-03-22 21:49:44 +01:00
parent c034589666
commit 385202022e
+1
View File
@@ -32,6 +32,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}