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

Fix endpoint description

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-09-08 18:22:35 +02:00
parent 583e11daec
commit a786350788
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ inputs:
default: 'true'
required: false
endpoint:
description: 'Address for docker socket or context from `docker context ls (eg. DOCKER_HOST value)'
description: 'Optional address for docker socket or context from `docker context ls`'
required: false
outputs: