Skip to content

Commit b2d37cf

Browse files
authored
Add support info (#11)
1 parent d5154ab commit b2d37cf

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
**This is not an officially supported Google product, and it is not covered by a
6+
Google Cloud support contract. To report bugs or request features in a Google
7+
Cloud product, please contact [Google Cloud
8+
support](https://cloud.google.com/support).**
9+
510
**NOTE: This is currently a work in progress**
611

712
## Available Examples
@@ -16,6 +21,7 @@ This repository holds several references to example workflows and demonstrates h
1621

1722
| Name | Starter | Description |
1823
| ------------------------------------------------------------ | ------------------------- | ---------------- |
24+
|[cloudrun-buildpacks](workflows/deploy-cloudrun/cloudrun-buildpacks.yml) || Build a container image with Buildpacks, publish it to Google Artifact Registry, and deploy to Google Cloud Run. |
1925
|[cloudrun-declarative](workflows/deploy-cloudrun/cloudrun-declarative.yml) | | Build a Docker container, publish it to Google Artifact Registry, and deploy to Google Cloud Run using a declarative YAML Service specification (KRM). |
2026
|[cloudrun-docker](workflows/deploy-cloudrun/cloudrun-docker.yml) || Build a Docker container, publish it to Google Artifact Registry, and deploy to Google Cloud Run. |
2127
|[cloudrun-source](workflows/deploy-cloudrun/cloudrun-source.yml) || Deploy to Google Cloud Run directly from source. |

templates/README.tmpl.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
**This is not an officially supported Google product, and it is not covered by a
6+
Google Cloud support contract. To report bugs or request features in a Google
7+
Cloud product, please contact [Google Cloud
8+
support](https://cloud.google.com/support).**
9+
510
**NOTE: This is currently a work in progress**
611

712
## Available Examples

0 commit comments

Comments
 (0)