Pushing new image fails but login works

$ TAG=latest make publish-backend
make docker-login
docker login gitea thexxxxy com
Username: p……@gmail.comgmail.comgmail.comgmail.com
Password:
Login Succeeded
docker tag user/software-backend:latest IMG-URL-I-CANT-PUT-HERE
docker push ``gitea.thexxxxy.com/user/software-backend:latest
The push refers to repository [gitea.thexxxxy.com/user/software-backend]
db1ec5b44312: Preparing
433662bce665: Preparing
32e561c27475: Preparing
5f70bf18a086: Preparing
65f7de73e461: Preparing
141533228f9d: Waiting
19501e70ebe0: Waiting
a0684794b4df: Waiting
65a906985026: Waiting
2f1d8962f997: Waiting
1c7c9f06e588: Waiting
649d9d01fc10: Waiting
7d8e4ce94100: Waiting
547f1fc1a2bb: Waiting
9621f68f1f5d: Waiting
7cc7fe68eff6: Waiting
unauthorized: reqPackageAccess

make: *** [publish-backend] Error 1

apparently log in succecced, even though mac asked for keychain access and i don’t remember storing the password to the keychain, i clicked deny and then entered username and password.

and then the push fails

why is that?

i am running gitea in a docker container

image: docker.gitea.com/gitea:1.24.3

I found this thread

but https: //gitea mydomain com/admin raises 404

and i do not have LFS_CONTENT_PATH, or ROUTER settings defined

ROOT_URL is set to = https //gitea mydomain com/

ah yes, it worked now … not sure what’s changed.