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:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user