diff --git a/action.yml b/action.yml index 88750d8..8c1307f 100644 --- a/action.yml +++ b/action.yml @@ -26,6 +26,8 @@ runs: - name: build docker image uses: docker://docker:git + volumes: | + /var/run/user/1000/docker.sock:/var/run/docker.sock with: entrypoint: "/bin/sh" args: |