v14.11.0 fails with docker error
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
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.
[v14.11.0](https://github.com/w9jds/firebase-action?tab=readme-ov-file#alternate-versions)
Confirmed 14.10.1 instead of @master does resolve the issue hopefully this gets resolve soon
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 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
Master should work again, I bumped up the image to node 22 and switched to the alpine image.