actions-hub / gcloud

GitHub Action for interacting with Google Cloud Platform (GCP)
https://github.com/marketplace/actions/google-cloud-platform-gcp-cli-gcloud
MIT License
230 stars 27 forks source link

Broken action using gcloud@master #26

Closed jawnsy closed 3 years ago

jawnsy commented 3 years ago

Dear maintainer,

You might already be aware of this, but I'm reporting it just in case. We use gcloud@master in our GitHub Actions, and the latest release seems to have broken some of our builds :sweat_smile:

The cause seems to be that google/cloud-sdk does not have a tag help-alpine (at least, not visible in the tag list on Docker Hub), which seems to be making your own CI fail as well:

  Dockerfile for action: '/home/runner/work/gcloud/gcloud/./Dockerfile'.
  /usr/bin/docker build -t 5588e4:65f5068b272d5bc3bbd5d4621223c059 -f "/home/runner/work/gcloud/gcloud/./Dockerfile" "/home/runner/work/gcloud/gcloud"
  manifest for google/cloud-sdk:help-alpine not found: manifest unknown: manifest unknown
  Sending build context to Docker daemon  95.23kB

  Step 1/6 : FROM google/cloud-sdk:help-alpine

The above is from your latest Actions build in master: https://github.com/actions-hub/gcloud/actions/runs/637630888

We are seeing a failure that looks very similar, and it happens prior to our build actually starting:

image

cranst0n commented 3 years ago

Can confirm. Also seeing this error.

msolovyov commented 3 years ago

Found a workaround which is to just use the previous release: uses: actions-hub/gcloud@330.0.0

exelban commented 3 years ago

Hi, Thanks for reporting. I have fixed the bug.