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:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user