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