mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-06-24 03:47:58 +02:00
Add context input (#16)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@ -8,14 +8,14 @@ branding:
|
||||
|
||||
inputs:
|
||||
version:
|
||||
description: 'Buildx version. e.g. v0.3.0'
|
||||
description: 'Buildx version. (eg. v0.3.0)'
|
||||
required: false
|
||||
driver:
|
||||
description: 'Sets the builder driver to be used'
|
||||
default: 'docker-container'
|
||||
required: false
|
||||
driver-opts:
|
||||
description: 'List of additional driver-specific options. Eg. image=moby/buildkit:master'
|
||||
description: 'List of additional driver-specific options. (eg. image=moby/buildkit:master)'
|
||||
required: false
|
||||
buildkitd-flags:
|
||||
description: 'Flags for buildkitd daemon'
|
||||
@ -29,6 +29,9 @@ inputs:
|
||||
description: 'Switch to this builder instance'
|
||||
default: 'true'
|
||||
required: false
|
||||
context:
|
||||
description: 'Name of a context from docker context ls or an endpoint as the address for docker socket (eg. DOCKER_HOST value)'
|
||||
required: false
|
||||
|
||||
outputs:
|
||||
name:
|
||||
|
Reference in New Issue
Block a user