I have a jenkins
user that is a collaborator on my Gitea repositories for CI/CD purposes, generally with Write permissions on each one. I’ve just started dabbling in publishing docker packages to Gitea, so I might be misunderstanding what the workflow is supposed to be.
I’m able to push a package to the jenkins
account from my Jenkins build process, but when I go to the package’s settings to link it to a repository, there are no repositories in the dropdown at all. The jenkins
account isn’t the owner of any of these repos, but even with Administrator permissions set under Collaborators for the one I’m interested in, no repos are available to choose from.
Packages are enabled on the repo in question. Am I missing some other setting?