1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-03-28 11:00:07 +01:00

add docs to action.yml

This commit is contained in:
Tobias Zürcher 2024-09-20 14:42:27 +02:00
parent 14a0bcc137
commit 03082a18b1

View file

@ -54,11 +54,11 @@ inputs:
required: false
# TODO: remove deprecated config and config-inline inputs
keep-state:
description: 'Keep state on cleanup'
description: 'Keep state on cleanup. This only works on self-hosted runners. In order to reuse a buildkit volume, you need to specify a name for the builder.'
default: 'false'
required: false
name:
description: 'Builder name use use when creating the builder. If not specified, one will be generated. Specifying a name enables reusing a buildkit volume in persistent self-hosted runners.'
description: 'Builder name to use when creating the builder. If not specified, one will be generated. Specifying a name enables reusing a buildkit volume in persistent self-hosted runners.'
required: false
config:
description: 'BuildKit daemon config file'