1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-05-08 07:29:30 +02:00

create docker context if default one has TLS data loaded

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-07-05 13:17:52 +02:00
parent aa33708b10
commit 8b850f86dc
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4
3 changed files with 46 additions and 1 deletions

View file

@ -52,7 +52,7 @@ inputs:
description: 'Cleanup temp files and remove builder at the end of a job'
default: 'true'
required: false
# deprecated inputs
# TODO: remove deprecated config and config-inline inputs
config:
description: 'BuildKit daemon config file'
deprecationMessage: 'Use buildkitd-config instead'