Push command should support tag in query parameter

When pushing image to docker registry, the REST API is:
POST /images/(name)/push
Query Parameters:
tag – the tag to associate with the image on the registry, optional

Right now tag is not supported in push command.