ci: add latest tag for default branch

This commit is contained in:
Quorinex
2026-02-04 01:26:56 +08:00
parent 9b0fae6525
commit d62cb6b897

View File

@@ -43,6 +43,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}}