Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GHA-powered deploy to Production (#20)
* Add GHA workflow to deploy to production * Allow manual dispatch and trigger deploy on tag creation * Build and push Docker image to multiple registries * Add missing flyctl tool in build stage * Explicitly grant permission for GHA to push Docker image to GHCR * Enable build cache within Docker+GHA context * Do not deploy to Docker Hub * Don't hardcode GHCR repository URL (let forks build) * Don't push pull request-initiated builds to container registries * Don't label images by individual commit ID * Push to container registries when new tags are created, or a commit to `main` occurs * Remove debugging flag for checkout action
- Loading branch information