Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Sun Jul 24 12:48:02 2022 +0200

    fix: add option to set additional build contexts (#116)
This commit is contained in:
Robert Kaussow 2022-07-24 10:50:31 +00:00
parent 6a7daf03a2
commit 0c1585303b
1 changed files with 5 additions and 0 deletions

View File

@ -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