Hi, following your GREAT workflow I've managed to create a singularity image for my project and upload it to ghcr.io. I still have some issues: * it seems that the package is advertised as a "docker image" in my project package page from github: Install from the command line: [Learn more](https://docs.github.com/en/packages/getting-started-with-github-container-registry/about-github-container-registry) $ docker pull ghcr.io/feelpp/salome.docker:latest How can I tell github to display a more appropriate message like: singularity pull oras://.... * Next as my project is private I need to pass some credentials to pull the singularity image. How can do that? Thanks for your help