We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b58200a + 7f3d74b commit 2e23307Copy full SHA for 2e23307
src/docker/install.ts
@@ -418,7 +418,7 @@ export class Install {
418
// avoid killing it when the action finishes running. Even if detached,
419
// we also need to run dockerd in a subshell and unref the process so
420
// GitHub Action doesn't wait for it to finish.
421
- `${sudo} env "PATH=$PATH" ${bashPath} << EOF
+ `${sudo} env "PATH=$PATH" "XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR" ${bashPath} << EOF
422
( ${cmd} 2>&1 | tee "${this.runDir}/dockerd.log" ) &
423
EOF`,
424
[],
0 commit comments