/example-workflows

Repository to demonstrate example workflows.

Primary LanguageGoApache License 2.0Apache-2.0

Google GitHub Actions - Example Workflows

This repository holds several references to example workflows and demonstrates how to use the Google GitHub Actions for common scenarios. Each action should be represented as a sub-folder under the workflows folder in this repository, e.g. the workflows/auth folder will hold examples for the google-github-actions/auth action.

NOTE: This is currently a work in progress

Available Examples

Name Starter Description
cloud-deploy-to-cloud-run Build a Docker container, publish it to Google Artifact Registry, and use Cloud Deploy to deploy to Google Cloud Run.
Name Starter Description
cloudrun-declarative Build a Docker container, publish it to Google Artifact Registry, and deploy to Google Cloud Run using a declarative YAML Service specification (KRM).
cloudrun-docker Build a Docker container, publish it to Google Artifact Registry, and deploy to Google Cloud Run.
cloudrun-source Deploy to Google Cloud Run directly from source.
Name Starter Description
gke-build-deploy Build a Docker container, publish it to Google Container Registry, and deploy to GKE.