There was an error while loading. Please reload this page.
1 parent 7a60979 commit 460f0c3Copy full SHA for 460f0c3
1 file changed
.github/workflows/release.yml
@@ -87,11 +87,12 @@ jobs:
87
flavor: |
88
latest=false
89
images: ghcr.io/${{ github.repository }}
90
+ # @TODO v1.0 Consider introducing more granular tags (major and major.minor)
91
+ # @see https://github.com/php/pie/pull/122#pullrequestreview-2477496308
92
+ # @see https://github.com/php/pie/pull/122#discussion_r1867331273
93
tags: |
94
type=raw,value=bin
95
type=semver,pattern={{version}}-bin
- type=semver,pattern={{major}}.{{minor}}-bin
- type=semver,pattern={{major}}-bin
96
97
- name: Build and push Docker image
98
id: build-and-push
0 commit comments