diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 971b6ad..4837fbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,9 @@ jobs: matrix: driver-opts: - image=moby/buildkit:latest - - image=moby/buildkit:master + - | + image=moby/buildkit:master + network=host steps: - name: Checkout @@ -119,7 +121,7 @@ jobs: uses: ./ with: driver: docker-container - driver-opts: ${{ matrix.driver-opt }} + driver-opts: ${{ matrix.driver-opts }} docker-driver: runs-on: ubuntu-latest