mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-24 11:51:07 +02:00
sock output to get docker socket path
This commit is contained in:
@ -21,6 +21,10 @@ inputs:
|
||||
description: 'Docker context name. (default setup-docker-action)'
|
||||
required: false
|
||||
|
||||
outputs:
|
||||
sock:
|
||||
description: "Docker socket path"
|
||||
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
|
Reference in New Issue
Block a user