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:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Build and Deploy to Cloud Run",
|
||||
"description": "Build a Docker container, publish it to Google Artifact Registry, and deploy to Google Cloud Run.",
|
||||
"creator": "Google Cloud",
|
||||
"iconName": "google-cloud",
|
||||
"categories": ["Deployment", "Containers", "Dockerfile", "Cloud Run", "Serverless"]
|
||||
}
|
||||
@@ -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"]
|
||||
}
|
||||
@@ -2,6 +2,6 @@
|
||||
"name": "Build and Deploy to GKE",
|
||||
"description": "Build a docker container, publish it to Google Container Registry, and deploy to GKE.",
|
||||
"creator": "Google Cloud",
|
||||
"iconName": "googlegke",
|
||||
"iconName": "google-cloud",
|
||||
"categories": ["Deployment", "Dockerfile", "Kubernetes", "Kustomize"]
|
||||
}
|
||||
Reference in New Issue
Block a user