I can not see docker images on the GitHub container repository (https://github.com/orgs/{OWNER}/packages) for non-existing repositories.
I am talking about GitHub container registry
How to reproduce
If you create repository repository-A
on GitHub and then push docker image docker push ghcr.io/OWNER/repository-A:latest
. I can then go to project packages (on GitHub web app) and see that image as a container package or whatever.
But If you push the docker image and set its name to something that is different from any repository name you have e.g. (docker push ghcr.io/OWNER/unknown-repo:latest
) you will not be able to see that image anywhere on GitHub web app. You will be able to pull this image and push again with a different tag, but on let's call it package explorer
on web app you will not be able to see it e.g. (https://github.com/orgs/{OWNER}/packages).
Am I only having this problem and how to solve it? Thanks