mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-07-22 14:28:24 +02:00
keepState
This commit is contained in:
parent
b467d6aa7a
commit
d052b32ba9
8 changed files with 1499 additions and 2082 deletions
|
@ -53,6 +53,13 @@ inputs:
|
|||
default: 'true'
|
||||
required: false
|
||||
# TODO: remove deprecated config and config-inline inputs
|
||||
keep-state:
|
||||
description: 'Keep state on cleanup'
|
||||
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.'
|
||||
required: false
|
||||
config:
|
||||
description: 'BuildKit daemon config file'
|
||||
deprecationMessage: 'Use buildkitd-config instead'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue