Is it possible to change docker tag within the registry?

I am pushing an image again and again with same name and tag. Actually I want that whenever I push a newer image older one should be re-tagged with different tag name, let say :backup.

Is it possible to do it without pulling previous version of image and re-tagging it and push it again.