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

Manifest unknown #7

Closed peternoordijk closed 4 years ago

peternoordijk commented 4 years ago

The newest version of this action seems to fail after commit c93f62d7dd25f40e6d1ff284a4fdb684f8aee176 .

manifest for google/cloud-sdk:285.0.0-alpine not found: manifest unknown: manifest unknown

image

exelban commented 4 years ago

@peternoordijk thanks. Looks like google does not upload a new version of sdk to docker hub. I make a rollback to the previous stable version.

peternoordijk commented 4 years ago

@exelban that's strange... Anyway thanks for making the rollback

exelban commented 4 years ago

I thinks i must check if a new version exist in the docker hub. Or pulling sdk from google registry.

peternoordijk commented 4 years ago

Okay. Honestly I didn't dive into what's going on under the hood, but let me know if you need any help. This github action is really useful.

exelban commented 4 years ago

Thanks