diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26f36a9..896088b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,11 @@ jobs: runs-on: ubuntu-latest container: image: ghcr.io/catthehacker/ubuntu:act-latest - + + env: + - name: DOCKER_HOST + value: tcp://localhost:2375 + steps: - name: Checkout Repository uses: actions/checkout@v2