diff --git a/.github/workflows/reusable-molecule.yml b/.github/workflows/reusable-molecule.yml index 1168f4d..945e62a 100644 --- a/.github/workflows/reusable-molecule.yml +++ b/.github/workflows/reusable-molecule.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 env: DRIVER: ${{ inputs.molecule-driver }} - DOCKER_HOST: "/run/docker.sock" + DOCKER_HOST: "unix:///run/docker.sock" steps: - name: Checkout uses: actions/checkout@v4