firebase-action icon indicating copy to clipboard operation
firebase-action copied to clipboard

Latest Version does not have a Docker Image

Open bjclark13 opened this issue 11 months ago • 7 comments

Hi, I had trouble running your action, it seems to be missing a docker image for the latest version

Pull down action image 'w9jds/firebase-action:v13.4.1'
Error: Docker pull failed with exit code 1

bjclark13 avatar Mar 08 '24 02:03 bjclark13

@bjclark13 This seems to be version conflicts. I was having same issue. I got this fixed with the following changes uses: w9jds/[email protected]

sabirklm avatar Mar 08 '24 09:03 sabirklm

13.4.0 works

ir-fuel avatar Mar 08 '24 12:03 ir-fuel

I have the same issue. This seems to happen with every release. Do you need some support on updating your release action @w9jds?

clintonb avatar Mar 08 '24 16:03 clintonb

I've tried fixing it multiple times. For some reason, even though I'm doing what GitHub documents list, when you automate creating a tag it doesn't trigger github actions properly (they say it's to prevent infinite loops, and you have to do a special key but it didn't work). So I have to manually delete the release and re-create to create it again each time.

w9jds avatar Mar 08 '24 20:03 w9jds

We are having the same issue with

Error response from daemon: manifest for w9jds/firebase-action:v13.5.0 not found: manifest unknown: manifest unknown

jserrano-alq avatar Mar 14 '24 03:03 jserrano-alq

Same issue here Error response from daemon: manifest for w9jds/firebase-action:v13.5.0 not found: manifest unknown: manifest unknown

Is there a way to evade this issue? I understand it's temporary issue when doing new deploys. I'm currently using w9jds/firebase-action@master in my script, should I be using a specific version instead of @master?

JavierPAYTEF avatar Mar 14 '24 15:03 JavierPAYTEF

Maybe using a "@stable" version would be better for people whose github actions fail every time there is a new release. Does this exist for this package?

GonzoTheDev avatar Mar 15 '24 12:03 GonzoTheDev

Hey there! This happened again when the last commit has been pushed few hours ago: https://github.com/w9jds/firebase-action/commit/4ed8b16a90eb674b3cb98fc3ff62c838c43d2903 Version 13.6.1 doesn't exist in docker hub so our pipeline is now broken. https://hub.docker.com/r/w9jds/firebase-action/tags

antoinealej avatar Apr 03 '24 04:04 antoinealej

This happens when the actions bot starts its automatic version bumping of the firebase-tools package. For a short period during build, the latest version is not ready yet and fails to pull.

To get around this, instead of using w9jds/firebase-action@master (which will try to resolve a version number), pick a firebase-tools version you'd like to use and then supply it in the uses statement. For example (v13.5.2):

uses: w9jds/[email protected]

You can find firebase tools version codes here at npm.

e-simpson avatar Apr 03 '24 12:04 e-simpson

Hi @e-simpson. Thanks you for the heads up. I bumped this just to give a general update, we did use a specific version to get around it while waiting for a proper fix. Maybe like @GonzoTheDev proposed, a stable version would be a good idea.

antoinealej avatar Apr 05 '24 01:04 antoinealej

This has happened quite a number of time. Using a specific version is a no no bon bon. We set the CI/CD, we forget it, the next time, we will see @13 meanwhile the latest version is already at @20.

jasonrichdarmawan avatar Apr 05 '24 05:04 jasonrichdarmawan