-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: docker-workflow-plugin
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 .