Skip to content

Commit c9e57c5

Browse files
authored
Merge pull request #614 from glensc/patch-1
Add granular publish tags for "-bin" docker image
2 parents 51e0dc1 + afa8725 commit c9e57c5

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)