You can apply multiple tags to an image. For example, you can apply the latest tag to a newly built image and add another tag that references a specific version. For example, to tag an image both as whenry/fedora-jboss:latest and whenry/fedora-jboss:v2.1 , use the following:
Think its more up to you how you do it, but why not do it while build, then you dont have to run the docker tag command, and running less commands, is good for the environment, or something