Skip to content

Commit 622e754

Browse files
authored
Merge pull request #562 from asgrim/557-fix-bin-suffix
557: use suffix directive for Docker tags
2 parents a008a7b + 3304757 commit 622e754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ jobs:
9393
# @see https://github.com/php/pie/pull/122#discussion_r1867331273
9494
tags: |
9595
${{ ((!contains(github.ref, 'alpha') && !contains(github.ref, 'beta') && !contains(github.ref, 'rc')) && 'type=raw,value=bin') || '' }}
96-
type=semver,pattern={{version}}-bin
96+
type=semver,pattern={{version}},suffix=-bin

0 commit comments

Comments
 (0)