Closed koalp closed 3 years ago
Thank you for your answer but I read the documentation already and know that it works when you login to the github package docker registry.
My issue was about providing the docker image for download without having to login, as users may expect the image advertised in the readme to be available without log in. The use case is self-hosted deployment, where you may not want to manage github tokens to login to github package docker registry.
The README.md mentions an image available on the github package docker registry
However, when I try to pull this image, I have an
unauthorized
error.Maybe this issue is linked to the introduction of the github container registry that seems to replace the github packages docker registry. I couldn't find information about the possibility of anonymously pull images on the github package docker registry (the one currently in use in this repo?)