Move repo to new namespace

Hi, I created a new group in gitlab.renkulab.io and wanted to move an existing project to the new name space, but got the following error:
Project cannot be transferred, because tags are present in its container registry
I saw the following instructions for such cases:

  • Navigate to sidebar menu Package->Container Registry on a project where Container registry is enabled
    
  • Click on the button "Remove Tag"
    

But where do I find the Container Registry? Sorry if this is a dumb question…

Hi @schymans, Moving a repository to a new namespace may not be straightforward with GitLab and containers (see here). Therefore, I would rather recommend that you create a new project in the new namespace by forking the original project, instead of moving it.