This post helps to understand how one can rename a docker image tag.
You can do it easily using:
Find id using docker ps.
docker ps
docker image tag <old_image_name> <new_image_name>