Open
Description
Is this a docs issue?
- My issue is about the documentation content or website
Type of issue
I can't find what I'm looking for
Description
The name
parameter has the following description: Specify image name(s)
However there is no further description or example how it is possible to add multiple names.
I tried the following:
- using a comma between names, e.g.
name=test1,test2
- using a whitespace, e.g. ``name=test1 test2"
- using brackets, e.g.
name=[test1,test2]
- using name multiple time, e.g.
name=test1,name=test2
and nothing of these creates me 2 tagged images...
Location
https://docs.docker.com/build/exporters/image-registry/
Suggestion
No response