Skip to content

Build Docker container in GitHub actions

Nindouja requested to merge wip/obbardc/master into master

For each branch, build a docker container inside GitHub actions and push the resultant image to GitHub container registry.

Builds from the default branch are tagged as latest, while branches and tags also are pushed to the container registry to keep the container history tied to the repository metadata.

Signed-off-by: Christopher Obbard chris@64studio.com

Merge request reports