CodeForPhilly / balancer-main

CodeForPhilly balancer project (https://opencollective.com/code-for-philly/projects/balancer)
GNU Affero General Public License v3.0
11 stars 8 forks source link

Add GitHub action to push to gh container registry #44

Closed joshuagerstein closed 3 months ago

joshuagerstein commented 8 months ago

Adds GitHub action to push the frontend and backend containers to the github container registry. Currently only manually triggered, will need to discuss further about what we want to trigger the action. With the way this PR is now, docker-compose.yml will download from the container registry instead of building from the backend directory, which is probably not what we want.

Closes #19