Skip to content

Commit fdf8b91

Browse files
authored
1 parent 5c3fa89 commit fdf8b91

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ jobs:
8888
packages: write
8989
uses: ./.github/workflows/build-and-push-docker-image.yml
9090
with:
91-
# @TODO v1.0 Consider introducing more granular tags (major and major.minor)
92-
# @see https://github.com/php/pie/pull/122#pullrequestreview-2477496308
93-
# @see https://github.com/php/pie/pull/122#discussion_r1867331273
9491
tags: |
9592
${{ ((!contains(github.ref, 'alpha') && !contains(github.ref, 'beta') && !contains(github.ref, 'rc')) && 'type=raw,value=bin') || '' }}
9693
type=semver,pattern={{version}},suffix=-bin
94+
type=semver,pattern={{major}}.{{minor}},suffix=bin
95+
type=semver,pattern={{major}},suffix=bin

0 commit comments

Comments
 (0)