cloud-run-button icon indicating copy to clipboard operation
cloud-run-button copied to clipboard

Let anyone deploy your GitHub repos to Google Cloud Run with a single click

Results 72 cloud-run-button issues
Sort by recently updated
recently updated
newest added

It is nice to default to the cleanliness of not displaying build logs, but it would be cool if the user could see them. I remember @ahmetb indicating it might...

enhancement

The experience of the button is amazing: click, get something running. But that's how you should deploy software. That's great for demos or for one-shot images that don't have to...

you know, a microservice/microlith thing as a button

If a project publishes a public container image then maybe the button should allow the skipping the build and just using the existing image. Via `app.json` like: ``` { "build":...

enhancement

Introduced in #149, the API for the project list includes all lifecycle types, including projects pending deletion. The list of projects should only be those with lifecycle == "ACTIVE" (this...

bug
good first issue

It'd be cool to put the git commit sha in the container image tag.

enhancement
good first issue

Today we have `build.skip` which skips all build steps but it'd be nice to be able to skip specific steps: ``` "build": { "skipdocker": false, "skipjib": false, "skippack": false }...

enhancement
good first issue

Cloud Run will soon display information from the [Container Analysis API](https://cloud.google.com/container-registry/docs/reference/rest) related to the provenance of the deployed container image. Because the button literally deploys from GitHub, it would be...

So the user has deployed their first app, now what? Maybe help them setup GCB for CI/CD.