When I am pushing new image to repo I would like it to have two tags for example 0.2 and latest. This would allow to always pull latest image version b
0.2
latest
It pushes all the tags, if you dont specify the tags in push command.
docker tag user/imagename:tag1 docker tag user/imagename:tag2 docker push user/imagename