Trying to push: denied: requested access to the resource is denied

Hello, I’m trying to push my docker images to docker hub.
i am logged in to docker through the terminal, and i have the docker image build and ready.

this is the image:
REPOSITORY TAG IMAGE ID CREATED SIZE
game-reviews-app latest 482d1267f451 49 minutes ago 211MB

and this is what i get when i try to push:
docker push game-reviews-app:latest

The push refers to repository [Docker]
a83ebd7e2836: Preparing
d8be9b8ca02a: Preparing
5a3b016c5fb0: Preparing
38b7e9482560: Preparing
bf32a349a078: Preparing
e9de9f4f1261: Waiting
024ebc3e9cc5: Waiting
40c5e3152548: Waiting
ba473bfdf54e: Waiting
ceb365432eec: Waiting
denied: requested access to the resource is denied

Tag your images properly

https://docs.docker.com/reference/cli/docker/image/build/#tag

Logging in is not enough. The tag must contain your username.