Move image between dockerhub accounts

I have some images in my personal dockerhub account that I would like to move to another dockerhub account. I’ve tried the following procedure, with no success:

  1. Open Docker Desktop and login to my personal dockerhub account.
  2. Pull the image.
  3. Logout.
  4. Login to the other dockerhub account.
  5. Push to hub.

It fails showing the error message: “denied: requested access to the resource is denied”

Is it possible to move the images between accounts?

You forgot to tag the pulled image to the new repo name.

This should be done wherever you want after step 2 and before step 5.Of course step 5 has to push the new image tag instead of the old image tag.