Skip to content

[Image and registry exporters] Describe how it's possible to have multiple names #20839

Open
@AB-xdev

Description

@AB-xdev

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

| `name` | String | | Specify image name(s) |

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions