Open mikeAdamss opened 2 years ago
We currently have a develop branch and a develop github action to push changes to the develop docker image.
develop
We need to create a master branch and create (similar, see below caveat) functionality.
master
The caveat - the master github action should only push to docker hub on a release (not just a commit and not just a tag).
The following should make for a good starting point: https://github.com/GSS-Cogs/databaker-docker/blob/master/.github/workflows/release.yml
We currently have a
develop
branch and adevelop
github action to push changes to thedevelop
docker image.We need to create a
master
branch and create (similar, see below caveat) functionality.The caveat - the
master
github action should only push to docker hub on a release (not just a commit and not just a tag).The following should make for a good starting point: https://github.com/GSS-Cogs/databaker-docker/blob/master/.github/workflows/release.yml