BCDevOps / backup-container

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

Publish docker images for each release #86

Closed WadeBarnes closed 2 years ago

WadeBarnes commented 3 years ago

Build and publish docker images for each release. To include images for all supported databases.

Publish to either bcgovimages, or to the GitHub Container Registry.

Builds and releases should be automated through GitHub Actions and be triggered on tags.

patricksimonian commented 3 years ago

I was just looking to build and push a version of the backup container into our docker org account but it looks like this is on the radar. I have some code examples of github action based pushes to docker on github release here.

https://github.com/patricksimonian/just-ask/blob/main/.github/workflows/ci-docker-web.yaml

happy to make a PR for this

WadeBarnes commented 2 years ago

The first set of images was published with Release 2.3.3