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