Unable to push image even I log in docker sucessfully

Please check below details:

shyam@DESKTOP-OO7EVK2:~$ docker push shy123789\azp-agent-aks:linux
The push refers to repository [docker.io/library/shy123789azp-agent-aks]
a4d538e15f0f: Preparing
e64b5b5270a2: Preparing
2ae07d5a1ad2: Preparing
9707ddbb95f7: Preparing
ab5431e16210: Preparing
65a12741f705: Waiting
af67af559929: Waiting
0f6a3ff11a08: Waiting
2573e0d81582: Waiting
denied: requested access to the resource is denied
shyam@DESKTOP-OO7EVK2:~$ docker login
Authenticating with existing credentials...
Login Succeeded
shyam@DESKTOP-OO7EVK2:~$ docker push shy123789\azp-agent-aks:linux
The push refers to repository [docker.io/library/shy123789azp-agent-aks]
a4d538e15f0f: Preparing
e64b5b5270a2: Preparing
2ae07d5a1ad2: Preparing
9707ddbb95f7: Preparing
ab5431e16210: Preparing
65a12741f705: Waiting
af67af559929: Waiting
0f6a3ff11a08: Waiting
2573e0d81582: Waiting
denied: requested access to the resource is denied

I have active account as below:

I resolved it, please ignore, thanks

Was it the backslash?

You are right :slight_smile:
Thank you