setup-gcloud
setup-gcloud copied to clipboard
A GitHub Action for installing and configuring the gcloud CLI.
Hello guys, current deprecation warning in one of our deployments (google-github-actions/auth@v0): 4727 gcp.go:120] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.25+; use gcloud instead. To learn...
### TL;DR When using the cloudbuild workflow, the action job reports as failing due to a storage access error. However the job is correctly triggered in cloudbuild and completes successfully....
### TL;DR Currently, any job that uses google-github-actions/setup-gcloud gets spammed with the tar output of unpacking the gcloud archive. While this might sometimes be crucial for debugging, it's a real...
### TL;DR ERROR: (gcloud.builds.submit) PERMISSION_DENIED: The caller does not have permission ### Expected behavior _No response_ ### Observed behavior _No response_ ### Action YAML ```yaml main portion: I have set...
### TL;DR Add support for gcrane https://github.com/google/go-containerregistry/tree/main/cmd/gcrane ### Detailed design _No response_ ### Additional information When doing multi-project deployment it would be useful to have the possibility to copy (docker)...
### TL;DR `gcloud alpha storage cp` command fails because of missing `google-crc32c` binary **Expected behavior** Able to use this workflow: ``` - name: Authenticate to Google id: 'auth' uses: 'google-github-actions/[email protected]'...
### TL;DR Using `GoogleCloudPlatform/github-actions/setup-gcloud@master` with `ubuntu-latest`. Builds suddenly started failing overnight due to `docker-credential-gcloud` throwing a `version OPENSSL_1_1_1' not found` error. **Expected behavior** docker-credentials-gcloud should allow me to pull an...
### TL;DR Trying to run the example workflow and getting the following error: ``` ERROR: (gcloud.builds.submit) The build is running, and logs are being written to the default logs bucket....
### TL;DR Getting error when trying to install gcloud sdk using python 3.9.0 **Expected behavior** Successfully installed gcloud sdk **Observed behavior** ``` Traceback (most recent call last): File "/opt/hostedtoolcache/gcloud/314.0.0/x64/lib/gcloud.py", line...
We are using setup-gcloud. It works perfectly on linux. However on windows-latest we are having issues with `gsutil` not being found while `gcloud` is working. This is the config that...