From f4b4b38807e1c91f70c772dca0a220fc7104d696 Mon Sep 17 00:00:00 2001 From: Richard Jennings Date: Sun, 9 Oct 2022 12:10:08 +0000 Subject: [PATCH] commit 0bd2634a1e70da23824132bc374df85f6fd8cf98 Author: Richard Jennings Date: Sun Oct 9 13:05:05 2022 +0100 feat: add `extra_tags` option to set tags including additional registries (#134) --- data/data.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/data.yaml b/data/data.yaml index b4d4408..2735f9e 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -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