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

bump version & publish dockerhub & github registry #34

Merged
merged 1 commit into from
Nov 29, 2021

Conversation

blankdots
Copy link
Contributor

@blankdots blankdots commented Nov 29, 2021

Describe the pull request:

  • New feature
  • Build system change

Pull request long description:

This will bump the patch number on each PR merge unless the message contains #none.
In order to bump the major or minor version add #major or #minor to the PR message.

#major -> v1.2.3 > 2.0.0
#minor -> v1.2.3 > 1.3.0

If a new tag is created the second part of the action will build an docker image and publish it to the GithHub Container Registry.
The new image can the be pulled by calling docker pull ghcr.io/neicnordic/sda-orch:latest

Changes made:

  1. Action to automatically bump the tag on push to master or PR merge.
  2. Builds new Docker image and published to GHCR when tag changes.
  3. pushes to docker hub as well

Related issues:

Additional information:

#none Do not bump the version for this PR

Release note:

Documentation change:

Mentions:

@jbygdell who did the original code for this

@blankdots blankdots requested a review from a team November 29, 2021 07:37
@blankdots blankdots self-assigned this Nov 29, 2021
@jbygdell jbygdell merged commit 118e046 into master Nov 29, 2021
@jbygdell jbygdell deleted the feature/publish branch November 29, 2021 08:07
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