-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
1 changed file
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters