For some unknown reason, the created images that are pushed to the Github container registry are lacking the manifest and are thus non-installable:
Error response from daemon: manifest for ghcr.io/taskforcesh/bullmq-proxy:main not found
The workaround for the moment is to clone the repo and build the image manually using the dockerfile provided in the repo...
For some unknown reason, the created images that are pushed to the Github container registry are lacking the manifest and are thus non-installable:
The workaround for the moment is to clone the repo and build the image manually using the dockerfile provided in the repo...