Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Docker manifest v13.7.3 #232

Closed
Zinoka opened this issue Apr 18, 2024 · 9 comments
Closed

Error Docker manifest v13.7.3 #232

Zinoka opened this issue Apr 18, 2024 · 9 comments

Comments

@Zinoka
Copy link

Zinoka commented Apr 18, 2024

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
Copy link

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
Copy link

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
Copy link
Author

Zinoka commented Apr 24, 2024

@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
Copy link

stancic commented Apr 24, 2024

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

Screenshot 2024-04-24 at 11 10 43

@lukasz-chase
Copy link

Happening for me on 13.7.4 as well

@indicava
Copy link

just happened to me with 13.7.4

Screenshot 2024-04-24 at 13 07 39

@mislitzer
Copy link

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
Copy link

oobayly commented Apr 24, 2024

@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
Copy link

lhermann commented May 9, 2024

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

@w9jds w9jds closed this as completed May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants