Skip to content

Commit 6481ea0

Browse files
authored
Fix missing tags (#43)
only 1.2.3 was pushed, and not 1.2 nor 1
1 parent 4b4d9ec commit 6481ea0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
tags: |
2626
type=ref,event=branch
2727
type=semver,pattern={{version}}
28-
type=semver,pattern={{major}}.{{minor}}.{{patch}}
28+
type=semver,pattern={{major}}.{{minor}}
29+
type=semver,pattern={{major}}
2930
-
3031
name: Login to GitHub Container Registry
3132
uses: docker/login-action@v2

0 commit comments

Comments
 (0)