mpiorowski / example-workflows

Repository to demonstrate example workflows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
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.

About

Repository to demonstrate example workflows.

License:Apache License 2.0


Languages

Language:Go 100.0%