Skip to content

Commit 2f073c7

Browse files
authored
Merge pull request #77 from Xerkus/hotfix/workflow-docker-tags
Restore previous tagging behavior for container workflow
2 parents bfaac1c + 9dd9801 commit 2f073c7

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)