From adcfb5be957aebaeaa63d5ff8332e6afe4425790 Mon Sep 17 00:00:00 2001 From: Richard Jennings Date: Tue, 20 Sep 2022 19:38:53 +0000 Subject: [PATCH] commit 4171f3d7112919d9401c30fed3b5fbbb0b4f7857 Author: Richard Jennings Date: Tue Sep 20 20:35:29 2022 +0100 feat: add option to support buildx --label flag (#132) --- data/data.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/data.yaml b/data/data.yaml index 0edc0a7..b4d4408 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -221,3 +221,8 @@ properties: description: Target platforms for build. type: list required: false + + labels: + description: Labels to add to the image. + type: list + required: false