Hello,
I am trying to push a Docker image on my selhosted Gitea instance, but I am struggling to do it.
When I type docker login gitea.mywebsite.com I get the following message, proving that I am actually logged in:
“Authenticating with existing credentials…”
“Login Succeeded”
But when trying to push the image, I get the following message:
When I searched for this problem online, I found that one of the reasons could be the name of the image, but I did follow the naming convention provided here: Container Registry | Gitea Documentation, so I have no idea what could be wrong.
Does anybody have an idea what might be the problem ?