GH Actions for automatic build and push image #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
An automated build is missing from openrepo; it is desired for two reasons:
Approach
Create a Github workflow using Docker provided actions to compute the tags, based on branch names and releases, run the build and push to Docker Hub.
A mapping of how the image tags are generated based on git tags and branches can be found here.
The workflow will run for all events (push, tags) except
pull_request
.❗ In order for the Docker Hub push to work, the following must be defined in the repo:
DOCKERHUB_USERNAME
. User for both login to Docker Hub and registry name for taggingDOCKERHUB_TOKEN
- a token generated from Docker Hub with read/write access to the target Hub repository. Used for retrieving info about the registry (by thedocker/metadata-action
action and for pushing the built image - bydocker/build-push-action
The image for this PR is
ionnistor/openrepo:inistor-patch-docker-build