From 0c1585303b055d2f0975eafda8063443a3a8f289 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 24 Jul 2022 10:50:31 +0000 Subject: [PATCH] commit b08866cc0bdb63e775db98ec203f0f3cebd7fe48 Author: Robert Kaussow Date: Sun Jul 24 12:48:02 2022 +0200 fix: add option to set additional build contexts (#116) --- data/data.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/data.yaml b/data/data.yaml index af35d24..7621dcd 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -89,6 +89,11 @@ properties: type: string required: false + named_context: + description: Set additional named [build contexts](https://docs.docker.com/engine/reference/commandline/buildx_build/#build-context) (e.g., name=path). + type: list + required: false + tags: description: Set repository tags to use for the image. Tags can also be loaded from a `.tags` file. defaultValue: latest