feat: add google cloud run starter workflows (#1392)

* feat: add google cloud run starter workflows

* fix: pr comments

* fix: pr comments

* fix: properties naming

* fix: docker registry path
This commit is contained in:
Mike Verbanic
2022-03-16 15:00:00 -04:00
committed by GitHub
parent 46017054a3
commit c4cc28d92d
6 changed files with 225 additions and 1 deletions
@@ -0,0 +1,7 @@
{
"name": "Deploy to Cloud Run from Source",
"description": "Deploy to Google Cloud Run directly from source.",
"creator": "Google Cloud",
"iconName": "google-cloud",
"categories": ["Deployment", "Containers", "Cloud Run", "Serverless", "Buildpacks"]
}