Merge pull request #53 from nesquena/fix/release-docker-tags

fix(ci): Docker tag extraction for 2-part versions (v0.29)
This commit is contained in:
Nathan Esquenazi
2026-04-03 19:28:18 -07:00
committed by GitHub

View File

@@ -40,9 +40,8 @@ jobs:
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=raw,value=latest,enable={{is_default_branch}}
type=match,pattern=v(.*),group=1
type=raw,value=latest
# Build and push multi-arch image (amd64 + arm64)
- name: Build and push Docker image