BCDevOps / backup-container

A simple container for a simple backup strategy.
Apache License 2.0
39 stars 56 forks source link

Automated Docker Builds/Pushes on Github Release #87

Closed patricksimonian closed 2 years ago

patricksimonian commented 3 years ago

86

Summary

On github release these workflows will create builds and publish docker images to bcgovimages account.

NOTE I do not have credentials into the bcgovimages account and will need an administrator to setup the github secrets for these workflows:

Image Naming

The images will be built as follows

Published Tags

The workflows will publish the following tag on github release

eg:

Release 1.2.101

This uses docker/build-push-action which can only push valid semver tags. Github Releases don't enforce semver patterns.