fix: workflow tagging for releases

This commit is contained in:
Alpha Nerd 2026-04-07 17:33:23 +02:00
parent ddbffee4ae
commit 9c4b506805
Signed by: alpha-nerd
SSH key fingerprint: SHA256:QkkAgVoYi9TQ0UKPkiKSfnerZy2h4qhi3SVPXJmBN+M
2 changed files with 4 additions and 0 deletions

View file

@ -133,6 +133,8 @@ jobs:
uses: https://github.com/docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=false
tags: |
type=semver,pattern={{version}}-semantic
type=semver,pattern={{major}}.{{minor}}-semantic

View file

@ -123,6 +123,8 @@ jobs:
uses: https://github.com/docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=false
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}