w9jds / firebase-action

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

Error Docker manifest v13.7.3 #232

Closed Zinoka closed 4 months ago

Zinoka commented 4 months ago

Hello,

I have this error in my Github action now...

Capture d'écran 2024-04-18 091401

Here, my .yml script

- name: Deploy to Firebase
  uses: w9jds/firebase-action@master
  with:
    args: deploy --only hosting:beta

same error with :

- name: Deploy to Firebase
  uses: w9jds/firebase-action@v13.7.3
  with:
    args: deploy --only hosting:beta

I have changed the v13.7.3 by v13.7.2 to temporary fix it.

janikontturi commented 4 months ago

I can confirm this also in 13.7.4

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

mislitzer commented 4 months ago

I can confirm this too. Also 13.7.2 or any other temporary fixes which are mentioned in other comments are not working anymore.

Zinoka commented 4 months ago

@mislitzer I have tested just now and 13.7.2 works for me. Can u provide us a screen or a part of your code please ?

I think you have an error in another part of your yml script.

stancic commented 4 months ago

I can confirm that this is happening with 13.7.4. for us also 😅

Screenshot 2024-04-24 at 11 10 43

lukasz-chase commented 4 months ago

Happening for me on 13.7.4 as well

indicava commented 4 months ago

just happened to me with 13.7.4

Screenshot 2024-04-24 at 13 07 39
mislitzer commented 4 months ago

With v13.4.0 it's working again for me. All in all the behaviour is very strange.

Bildschirmfoto 2024-04-24 um 13 14 30
oobayly commented 4 months ago

@mislitzer I targeted v13.7.2 which seemed to work, which isn't unexpected as all the recent commits seem to be bumping versions (which I'm curious about). From what I can tell v13.3.0 was the last version which has a non-bump commit!

I think the reason ~is~ could be that github actions uses the branch's master version (which is now v13.7.4), but that isn't up in Docker Hub yet.

lhermann commented 4 months ago

Can confirm that pinning to w9jds/firebase-action@v13.7.2 works without manifest error.