Hello,
I’ve just installed Gitea on my server, and I am unable to publish docker images on it.
- I did
docker login {myserver} docker tag {username}/{myimage} {myserver}/{username}/{myimage}docker push
I got the following error : error from registry: unauthorized
Is there some configuration to do, to accept docker images to be pushed on a gitea instance?
Thanks a lot