mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-05-08 07:29:30 +02:00
driver-opt as array of inputs (renamed driver-opts)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
f96a630d38
commit
d479e0f33a
8 changed files with 239 additions and 57 deletions
|
@ -14,8 +14,8 @@ inputs:
|
|||
description: 'Sets the builder driver to be used'
|
||||
default: 'docker-container'
|
||||
required: false
|
||||
driver-opt:
|
||||
description: 'Passes additional driver-specific options. Eg. image=moby/buildkit:master'
|
||||
driver-opts:
|
||||
description: 'List of additional driver-specific options. Eg. image=moby/buildkit:master'
|
||||
required: false
|
||||
buildkitd-flags:
|
||||
description: 'Flags for buildkitd daemon'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue