w9jds / firebase-action

GitHub Action for interacting with Firebase
MIT License
922 stars 198 forks source link

New v13.0.1 docker image is unavailable #212

Closed Athelian closed 9 months ago

Athelian commented 9 months ago
Download action repository 'w9jds/firebase-action@master' (SHA:40d0dffe78981f0f66d1c704a64fb4ba8b60df20)
Pull down action image 'w9jds/firebase-action:v1[3](https://github.com/zenportinc/web-app/actions/runs/7137315266/job/19437159822#step:2:3).0.1'
  /usr/bin/docker pull w9jds/firebase-action:v13.0.1
  Error response from daemon: manifest for w9jds/firebase-action:v13.0.1 not found: manifest unknown: manifest unknown

I temporarily fixed my pipeline by changing to w9jds/firebase-action@v12.9.0

ewenmic commented 9 months ago

I'm having the same issue. All my Github Actions integrations with w9jds/firebase-action@master are currently broken.

If you need to urgently deploy something before an official fix gets released, you can make the following changes in your workflows:

REPLACE: uses: w9jds/firebase-action@master WITH: uses: w9jds/firebase-action@v12.9.0

mickrip commented 9 months ago

Yep, I second this. The v13.0.1 tag no longer exists on docker hub. I guess we shouldn't be deploying on a Friday anyway ;)

primaproxima commented 9 months ago

Same issue.

w9jds commented 9 months ago

Yeah, looks like the tag action didn't properly create a docker image and deploy it to the hub.

w9jds commented 9 months ago

Should be fixed now, give it another go. Apologies for the issues, trying out a new automated updater.

nubeapps commented 7 months ago

Hi! Seems to be failing again. Also trying to use version 12.9.0 is failing on my side.

codeinearts commented 6 months ago

@w9jds FYI this just happened again for v13.4.0 haha

jhonatan89 commented 6 months ago

@w9jds FYI it is happening with the last version v13.5.1

bobbyscharmann commented 6 months ago

Same issue here

Engineersticity commented 5 months ago

@w9jds This is happening for the latest v13.5.2 as well

image
brimac1634 commented 5 months ago

This is occurring with the latest v13.6.1

It appears this version is not aligned with any available docker image tag :13.6.1

As mentioned above, need to update the "uses" flag to the exact version you want to target.

Example: uses: w9jds/firebase-action@v13.6.0

bobbyscharmann commented 5 months ago

Is it a best practice to tie to a specific version here since @master is unreliable?

xA6V5x commented 4 months ago

Hi! Seems to be failing again. Also trying to use version 13.7.4 is failing on my side. image_2024-04-24_134220304

skykit-jonalden commented 4 months ago

@master is continuing to fail. Is there a known working version?

ezequieltejada commented 4 months ago

Same here 😢

shristov-Monterway commented 4 months ago

same

skykit-jonalden commented 4 months ago

I downgraded to v12.9.0 and it is working for me. master seems to be unreliable.

Joaoasbittencourt commented 3 months ago

Same here!