Author: Richard Jennings <richardjennings@gmail.com>
Date:   Sun Oct 9 13:05:05 2022 +0100

    feat: add `extra_tags` option to set tags including additional registries (#134)
This commit is contained in:
Richard Jennings 2022-10-09 12:10:08 +00:00
parent adcfb5be95
commit f4b4b38807
1 changed files with 8 additions and 0 deletions

View File

@ -117,6 +117,14 @@ properties:
type: string
required: false
extra_tags:
description: |
Set additional tags to be used for the image. Additional tags can also be loaded from an `.extratags` file. This function can be used
to push images to multiple registries at once. Therefore, it is necessary to use the `config` flag to provide a configuration file
that contains the authentication information for all used registries.
type: list
required: false
build_args:
description: Ccustom build arguments to pass to the build.
type: list