Rebuild after docker.sock:z fix (#173)

This commit is contained in:
Paul Pacheco
2022-03-23 13:42:20 -05:00
committed by GitHub
parent 33bc4be9fa
commit 8324e03548
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View File

@@ -209,7 +209,7 @@ const Docker = {
--env RUNNER_WORKSPACE \
--env GIT_PRIVATE_TOKEN="${gitPrivateToken}" \
${sshAgent ? '--env SSH_AUTH_SOCK=/ssh-agent' : ''} \
--volume "/var/run/docker.sock":"/var/run/docker.sock:z" \
--volume "/var/run/docker.sock":"/var/run/docker.sock" \
--volume "${githubHome}":"/root:z" \
--volume "${githubWorkflow}":"/github/workflow:z" \
--volume "${workspace}":"/github/workspace:z" \