mirror of
https://github.com/thegeeklab/drone-docker-buildx.git
synced 2024-11-16 01:20:39 +00:00
commit 0bd2634a1e
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:
parent
adcfb5be95
commit
f4b4b38807
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user