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

A GitHub Action for deploying services to Google Cloud Run.

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

### - TL;DR I tried mounting both version 1 and 2 of a secret into `/secret/1.txt=secretname:1,/secret/2.txt=secretname:2`, but only 2 got mounted **Expected behavior** I expected the follwoing resulting yaml being...

### TL;DR When working with [metadata customizations](https://github.com/google-github-actions/deploy-cloudrun#metadata-customizations) it is required to set the `image` name in the YAML file. This can cause problems since it is not easily possible to...

enhancement

Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 9.1.1 to 10.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/mocha&package-manager=npm_and_yarn&previous-version=9.1.1&new-version=10.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 107.0.0 to 108.0.0. Release notes Sourced from googleapis's releases. googleapis: v108.0.0 108.0.0 (2022-09-21) ⚠ BREAKING CHANGES serviceusage: This release has breaking changes. servicenetworking: This release has breaking...

dependencies

### TL;DR When providing metadata, I get a warning saying [some values will be ignored](https://github.com/google-github-actions/deploy-cloudrun/blob/v0.10.1/src/main.ts#L141), but [other values are too](https://github.com/google-github-actions/deploy-cloudrun/blob/v0.10.1/src/main.ts#L170-L175). ### Expected behavior I wanted to use suffix to provide...

bug

Added `env_vars_file` option to set environment variables. Related to #234

Fork

Revisiting https://github.com/google-github-actions/deploy-cloudrun/pull/422 to add support for jobs. These are the same set of changes. Tests all pass for node 16, ran using `npm test`.

### TL;DR We use the :latest tag in our metadata.yaml, when creating a new image and pushing it to gcr and retrigger a deployment with - name: Deploy to Cloud...

bug

### TL;DR Deploying to gcloud run is failing with the error `ERROR: (gcloud.run.deploy) PERMISSION_DENIED: Permission 'artifactregistry.repositories.get' denied on resource '...' (or it may not exist).`, despite the service account I...

bug

### TL;DR I'm think following instructions in the example cloud run steps but I'm not sure how to follow the step that requires IAM permissions. I believe this is the...

bug