mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-05-08 07:29:30 +02:00
Add config input
Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt>
This commit is contained in:
parent
583a3147f8
commit
9b365965c1
5 changed files with 15 additions and 2 deletions
|
@ -32,6 +32,9 @@ inputs:
|
|||
endpoint:
|
||||
description: 'Optional address for docker socket or context from `docker context ls`'
|
||||
required: false
|
||||
config:
|
||||
description: 'Optional config file path'
|
||||
required: false
|
||||
|
||||
outputs:
|
||||
name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue