Skip to content

Commit ae6f8d0

Browse files
authored
Merge pull request #6149 from vvoland/gha-tags
gha/bin-image: add major and minor version image tags
2 parents 38b7060 + 70867e7 commit ae6f8d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ jobs:
121121
type=semver,pattern={{version}}
122122
type=ref,event=branch
123123
type=ref,event=pr
124+
type=semver,pattern={{major}}
125+
type=semver,pattern={{major}}.{{minor}}
124126
-
125127
name: Build and push image
126128
uses: docker/bake-action@v6

0 commit comments

Comments
 (0)