From 113853815e149ae50d3f5cbc8f046f3b41293147 Mon Sep 17 00:00:00 2001 From: Tim Burks Date: Wed, 26 Apr 2023 17:55:51 -0700 Subject: [PATCH] Update README.md Add the equivalent `cloud run build` command in case users are unable to use the button (due to Cloud Shell restrictions). --- containers/registry-spec-renderer/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containers/registry-spec-renderer/README.md b/containers/registry-spec-renderer/README.md index c5febfba..1240f66a 100644 --- a/containers/registry-spec-renderer/README.md +++ b/containers/registry-spec-renderer/README.md @@ -10,6 +10,8 @@ GRAPHQL_MOCK_ENDPOINT). [![Run on Google Cloud](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run?dir=containers/registry-spec-renderer) +_This is equivalent to running `gcloud run deploy --source containers/registry-spec-renderer` from the root of this repository._ + ### To run this service on a GCE instance run the following command: ```