mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-19 09:37:12 +02:00
sock output to get docker socket path
This commit is contained in:
@ -34,7 +34,11 @@ actionsToolkit.run(
|
||||
}
|
||||
if (toolDir) {
|
||||
stateHelper.setRunDir(runDir);
|
||||
await install.install();
|
||||
const sockPath = await install.install();
|
||||
await core.group(`Setting outputs`, async () => {
|
||||
core.info(`sock=${sockPath}`);
|
||||
core.setOutput('sock', sockPath);
|
||||
});
|
||||
}
|
||||
|
||||
await core.group(`Docker info`, async () => {
|
||||
|
Reference in New Issue
Block a user