-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
As per the docker docs (here --tag), the docker build command's tag option can be specified multiple times to tag an image multiple times.
docker build --tag org/image:t1 --tag org/image:t2 .