mirror of
https://github.com/docker/setup-docker-action.git
synced 2026-02-14 14:28:40 +01: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