The help page says
The GitHub Container Registry supersedes the existing Packages Docker registry
I have two questions regarding Migrating to GitHub Container Registry for Docker images:
- Can I link a container in the new container registry to a repo, and will it show up under packages? If not currently, what is the roadmap and expected behavior once implemented?
- Now that I’m pushing to the new Container Registry, How can I delete a docker image in the old Packages Docker registry to prevent old images being used by mistake?
:latest
tag
Thanks!