deploy-cloudrun icon indicating copy to clipboard operation
deploy-cloudrun copied to clipboard

A GitHub Action for deploying services to Google Cloud Run.

Results 34 deploy-cloudrun issues
Sort by recently updated
recently updated
newest added

### TL;DR It will be really helpful to use an automatic github action to deploy new revisions to multi region cloud run service. Event tough the the tests show that...

enhancement

### TL;DR Nowadays you can setup [multi-container deployments in Cloud Run](https://cloud.google.com/blog/products/serverless/cloud-run-now-supports-multi-container-deployments). This feature request is to add a new param (`container`?) to allow updating the image of any container in...

enhancement

### TL;DR When I deploy a service, I want to know which revision was deployed so that I can run downstream checks about it (e.g. is it ready?) ### Detailed...

enhancement

### TL;DR When using multiple secrets in the secrets input for google-github-actions/deploy-cloudrun, additional `^,^` characters appear unexpectedly, preventing successful deployment. ### Expected behavior I expected the gcloud run deploy command...

bug