Merge pull request #6149 from vvoland/gha-tags

gha/bin-image: add major and minor version image tags
This commit is contained in:
Paweł Gronowski
2025-06-25 14:35:11 +00:00
committed by GitHub
+2
View File
@@ -121,6 +121,8 @@ jobs:
type=semver,pattern={{version}}
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
-
name: Build and push image
uses: docker/bake-action@v6