I am having docker images tagged as hello/this-image, and I am having a private repository on the dockerhub named me-private. When I am pushing my image, I am hitting the public repository.
What is the exact syntax to specifically push my image to my private repository?
Can anyone help me with this?
Thanks