Docker Build Multiple Tags At Once
We can add multiple tags at once on build by:
Now that the image is built with multiple tags, we can push all tags at once using --all-tags
flag.
Example
Source(s):
Last updated
We can add multiple tags at once on build by:
Now that the image is built with multiple tags, we can push all tags at once using --all-tags
flag.
Source(s):
Last updated