Skip to content

Commit db4b54a

Browse files
committed
ci: update image release tags
1 parent 969051b commit db4b54a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
name=ghcr.io/${{ github.repository }}
4646
tags: |
4747
type=ref,event=pr
48-
type=semver,pattern={{raw}}
48+
type=semver,pattern=v{{version}}
49+
type=semver,pattern=v{{major}}.{{minor}}
50+
type=semver,pattern=v{{major}}
4951
type=raw,value=unstable,enable={{is_default_branch}}
5052
5153
- name: Build and push to ghcr

0 commit comments

Comments
 (0)