Skip to content

Commit bc74b6f

Browse files
deprecate install input
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 950f6b0 commit bc74b6f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

action.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ inputs:
2626
buildkitd-config-inline:
2727
description: 'Inline BuildKit daemon config'
2828
required: false
29-
install:
30-
description: 'Sets up docker build command as an alias to docker buildx build'
31-
default: 'false'
32-
required: false
3329
use:
3430
description: 'Switch to this builder instance'
3531
default: 'true'
@@ -58,7 +54,7 @@ inputs:
5854
description: 'Cleanup temp files and remove builder at the end of a job'
5955
default: 'true'
6056
required: false
61-
# TODO: remove deprecated config and config-inline inputs
57+
# TODO: remove deprecated config, config-inline and install inputs
6258
config:
6359
description: 'BuildKit daemon config file'
6460
deprecationMessage: 'Use buildkitd-config instead'
@@ -67,6 +63,11 @@ inputs:
6763
description: 'Inline BuildKit daemon config'
6864
deprecationMessage: 'Use buildkitd-config-inline instead'
6965
required: false
66+
install:
67+
description: 'Sets up docker build command as an alias to docker buildx build'
68+
deprecationMessage: '"docker buildx install" command is deprecated and will be removed in a future release, use BUILDX_BUILDER environment variable instead'
69+
default: 'false'
70+
required: false
7071

7172
outputs:
7273
name:

0 commit comments

Comments
 (0)