w9jds / firebase-action

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

New v13.1.0 docker image is unavailable #217

Closed quieterkali closed 7 months ago

quieterkali commented 7 months ago
Pull down action image 'w9jds/firebase-action:v13.1.0'

/usr/bin/docker pull w9jds/firebase-action:v13.1.0
  Error response from daemon: manifest for w9jds/firebase-action:v13.1.0 not found: manifest unknown: manifest unknown
  Warning: Docker pull failed with exit code 1, back off 4.249 seconds before retry.
  /usr/bin/docker pull w9jds/firebase-action:v13.1.0
  Error response from daemon: manifest for w9jds/firebase-action:v13.1.0 not found: manifest unknown: manifest unknown
Error: Docker pull failed with exit code 1
jserrano-alq commented 7 months ago

Output from Github Actions

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

v13.1.0 its not listed yet in Docker Hub, latest image is v13.0.3

wonjae-codecabin commented 7 months ago

Same error.

/usr/bin/docker pull w9jds/firebase-action:v13.1.0 
Error response from daemon: manifest for w9jds/firebase-action:v13.1.0 not found: manifest unknown: manifest unknown Warning: Docker pull failed with exit code 1, back off 2.011 seconds before retry.
Raghavsharma2001 commented 7 months ago

Hey guys, I'm experiencing the same issue. For the time being, until it's resolved, I've rolled back to a previous version in the workflow file, which fixed the issue for now.

Screenshot 2024-01-25 at 1 39 23 pm
nghiatran0401 commented 7 months ago

Same error

Screenshot 2024-01-25 at 11 53 12
Mihaildimitrov commented 7 months ago

Same error Screenshot 2024-01-25 at 8 25 20

agniAZ commented 7 months ago

Hey guys, I'm experiencing the same issue. For the time being, until it's resolved, I've rolled back to a previous version in the workflow file, which fixed the issue for now.

Screenshot 2024-01-25 at 1 39 23 pm

as stated here, do not use Master version since it did not reach Docker yet, so use the exact version mentioned:

v13.0.3

aravindvakil commented 7 months ago

Hey guys, I'm experiencing the same issue. For the time being, until it's resolved, I've rolled back to a previous version in the workflow file, which fixed the issue for now.

Screenshot 2024-01-25 at 1 39 23 pm

Thanks @Raghavsharma2001. It worked.

I used w9jds/firebase-action@v13.0.3

w9jds commented 7 months ago

Apologies. The automated Docker build when Firebase-Tools works fine, but it seems when it automatically creates a new Release and Tag it doesn't properly trigger my other build that creates the docker image. I had to manually delete the release and tag then recreate them to trigger it properly so it should be available again.