feat: ci to build new registry on push to main (#363)

This PR adds a github actions workflow for deploying new revisions of
the registry on pushes to main.
This means updating the new registry will continue to be as simple as
landing a PR in this repo, but it should only take as long as the docker
container takes to build to see the updates live :)

For now, updates go to dev for manual inspection, but once we're confident in the build process they'll go straight to main as well.
This commit is contained in:
Benjamin Peinhardt
2024-12-19 13:25:09 -06:00
committed by GitHub
parent 32b69016a0
commit 482ed84399
2 changed files with 41 additions and 1 deletions

5
.gitignore vendored
View File

@@ -1,4 +1,7 @@
.terraform*
node_modules
*.tfstate
*.tfstate.lock.info
*.tfstate.lock.info
# Ignore generated credentials from google-github-actions/auth
gha-creds-*.json