Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Docker tags for release channels #815

Merged
merged 1 commit into from
May 19, 2022

Conversation

nguyer
Copy link
Contributor

@nguyer nguyer commented May 13, 2022

This PR adds several new Docker tags which are used conditionally based on the git tag used when a GitHub release is created. The rules are as follows:

  • If the release is a pre-release,
    • and the tag contains the string alpha then alpha tag will be applied to the Docker image
    • or if the tag contains the string beta then the beta tag will be applied to the Docker image
    • or if the tag contains the string rc then the rc tag will be applied to the Docker image
  • Or if the release is not a pre-release,
    • The latest tag will be applied to the Docker image
  • The head tag will always be applied to the image

Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
@awrichar awrichar merged commit 1d45d86 into hyperledger:main May 19, 2022
@awrichar awrichar deleted the release-channels branch May 19, 2022 17:40
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.

2 participants