Push fails due to denied request

Docker push fails:
Here are the details:

  1. I am running in a MacOs terminal
  2. Logged in to docker using:

docker login -u bhawmik
Password:
Used Access token. Login Succeeded

  1. Created a docker image:

% docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
bhawmik/gipps_app 5.0 5a87f4dd997a About an hour ago 12.5GB
3099a092cc72 2 hours ago 12.5GB

  1. Tried to push to my existing dockerhub private repo:

% docker push bhawmik/gipps_app:5.0
The push refers to repository [docker.io/bhawmik/gipps_app]
caee125ac24d: Preparing
21d6f92cd75d: Preparing
bb1b446084af: Preparing
bf78f7a2d67b: Preparing
bd7edfcfcb01: Preparing
878c115aa9d7: Waiting
73593030a7cf: Waiting
7a70e45bad91: Waiting
b13fdecc2461: Waiting
3999ea91fb6e: Waiting
43df359389fd: Waiting
d3e8d42f967c: Waiting
5d64de483bf5: Waiting
denied: requested access to the resource is denied

How to resolve this?