w9jds / firebase-action

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

Error docker manifest 13.8.0 #234

Closed uday-ncompass closed 4 months ago

uday-ncompass commented 4 months ago

Hello,

I have this error in my Github action. Can anyone look into this issue

image

rajpatelfreelancer commented 4 months ago

Yes I also got same error, can you guide me how can I resolve that?

uday-ncompass commented 4 months ago

Yes I also got same error, can you guide me how can I resolve that?

For now, I've temporarily reverted to version 13.7.5 of the w9jds/firebase-action instead of using the latest version from the master branch.

rajpatelfreelancer commented 4 months ago

If I use static version then its throws this error

Error: Unable to resolve action w9jds/firebase-action@13.7.5, unable to find version 13.7.5

I did using like below uses: w9jds/firebase-action@13.7.5

uday-ncompass commented 4 months ago

If I use static version then its throws this error

Error: Unable to resolve action w9jds/firebase-action@13.7.5, unable to find version 13.7.5

I did using like below uses: w9jds/firebase-action@13.7.5

you missed 'v' before the number use w9jds/firebase-action@v13.7.5

rajpatelfreelancer commented 4 months ago

Oh, Got it. Thanks Its working