Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 41d9ca5

Browse files
chore: add image tags for semver (#6)
1 parent 850fe3e commit 41d9ca5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
tags: |
2525
type=raw,value=latest
2626
type=semver,pattern={{version}}
27+
type=semver,pattern={{major}}
28+
type=semver,pattern={{major}}.{{minor}}
29+
type=semver,pattern={{major}}.{{minor}}.{{patch}}
2730
type=sha,format=short,prefix=
2831
- name: Login GitHub Packages
2932
uses: docker/login-action@v2.2.0

0 commit comments

Comments
 (0)