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

v14.11.0 fails with docker error

Open recurser opened this issue 5 months ago • 7 comments

Specifying uses: w9jds/[email protected] fixes it.

/usr/bin/docker pull w9jds/firebase-action:v14.11.0
  Error response from daemon: manifest for w9jds/firebase-action:v14.11.0 not found: manifest unknown: manifest unknown
  Warning: Docker pull failed with exit code 1, back off 1.853 seconds before retry.
  /usr/bin/docker pull w9jds/firebase-action:v14.11.0
  Error response from daemon: manifest for w9jds/firebase-action:v14.11.0 not found: manifest unknown: manifest unknown
  Warning: Docker pull failed with exit code 1, back off 3.329 seconds before retry.
  /usr/bin/docker pull w9jds/firebase-action:v14.11.0
  Error response from daemon: manifest for w9jds/firebase-action:v14.11.0 not found: manifest unknown: manifest unknown
Error: Docker pull failed with exit code 1
Image

recurser avatar Jul 18 '25 04:07 recurser

Automated job to push the new version failed, try pointing it to a specific version for now while I try to see what is causing the container to fail building.

w9jds avatar Jul 18 '25 04:07 w9jds

Image Same trouble with this , Mind if suggest an alternative method till it is fixes

AkashKumarMallick avatar Jul 18 '25 07:07 AkashKumarMallick

[v14.11.0](https://github.com/w9jds/firebase-action?tab=readme-ov-file#alternate-versions)

w9jds avatar Jul 18 '25 07:07 w9jds

Confirmed 14.10.1 instead of @master does resolve the issue hopefully this gets resolve soon

rogerlam1 avatar Jul 18 '25 14:07 rogerlam1

I get the same problem when I do uses: w9jds/firebase-action@master AND when I do uses: w9jds/[email protected] or uses: w9jds/[email protected]

Nothing seems to be working with this action

ksinghal avatar Jul 18 '25 15:07 ksinghal

I get the same problem when I do uses: w9jds/firebase-action@master AND when I do uses: w9jds/[email protected] or uses: w9jds/[email protected]

Nothing seems to be working with this action

I use w9jds/[email protected] and it works

J76F avatar Jul 18 '25 20:07 J76F

Master should work again, I bumped up the image to node 22 and switched to the alpine image.

w9jds avatar Jul 19 '25 01:07 w9jds