google-github-actions / example-workflows

Repository to demonstrate example workflows.
Apache License 2.0
64 stars 27 forks source link

Add Cloud Deploy example #8

Closed henrybell closed 1 year ago

henrybell commented 1 year ago

This PR adds an example workflow for the create-cloud-deploy-release GitHub action. The example workflow:

  1. Builds an example (included) demo application as a container image
  2. Pushes the container image to Google Artifact Registry
  3. Creates a Google Cloud Deploy delivery pipeline
  4. Uses the create-cloud-deploy-release action to create a release and deploy the example application to Google Cloud Run.