Skip to content

Commit 9dd9801

Browse files
committed
Restore previous workflow behavior of pushing 3 tags for the release: major, major.minor and major.minor.patch
Signed-off-by: Aleksei Khudiakov <[email protected]>
1 parent bfaac1c commit 9dd9801

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-push-containers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
images: ghcr.io/laminas/laminas-continuous-integration
3535
tags: |
3636
type=semver,pattern={{version}}
37+
type=semver,pattern={{major}}.{{minor}}
38+
type=semver,pattern={{major}}
3739
type=ref,event=branch
3840
type=ref,event=pr
3941
flavor: |

0 commit comments

Comments
 (0)