ansible-community / stats-collections

RShiny app to display statistics for the Ansible Collections
GNU General Public License v3.0
1 stars 2 forks source link

Use GH actions to build containers #14

Open GregSutcliffe opened 4 years ago

GregSutcliffe commented 4 years ago

The end result of this repo is a container on the Stats VM. Currently this is build and tagged by hand using "git pull ; docker build". Given the code is public anyway, a GitHub action to build a container after each commit is probably a sensible move.