Skip to content

Add granular publish tags for "-bin" docker image#614

Open
glensc wants to merge 1 commit into
php:1.5.xfrom
glensc:patch-1
Open

Add granular publish tags for "-bin" docker image#614
glensc wants to merge 1 commit into
php:1.5.xfrom
glensc:patch-1

Conversation

@glensc
Copy link
Copy Markdown

@glensc glensc commented May 13, 2026

Implement TODO:

  • with:
    # @TODO v1.0 Consider introducing more granular tags (major and major.minor)
    # @see https://github.com/php/pie/pull/122#pullrequestreview-2477496308
    # @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}},suffix=-bin

See:

PR submitter checklist

  • I have read CONTRIBUTING.md
  • I discussed this <bug|feature> with the maintainers in #<issue_number> (complete as appropriate)
  • I have added appropriate tests
  • I confirm that I have the right to submit this under the project's open source licence

Future TODO

After this is merged and verified working also update documentation (another PR):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant