1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00

557: use suffix directive for Docker tags

This commit is contained in:
James Titcumb
2026-03-23 11:39:37 +00:00
parent a008a7bb99
commit 330475728d

View File

@@ -93,4 +93,4 @@ jobs:
# @see https://github.com/php/pie/pull/122#discussion_r1867331273
tags: |
${{ ((!contains(github.ref, 'alpha') && !contains(github.ref, 'beta') && !contains(github.ref, 'rc')) && 'type=raw,value=bin') || '' }}
type=semver,pattern={{version}}-bin
type=semver,pattern={{version}},suffix=-bin