From 5b56278dbc17ef23a7daa7012b0e2282d80d340e Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 11 Oct 2020 19:17:08 +0200 Subject: [PATCH] Fix ci workflow Signed-off-by: CrazyMax --- .github/workflows/ci.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5aa1290..640f202 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -240,7 +240,9 @@ jobs: id: buildx uses: docker/setup-buildx-action@v1 with: - driver-opts: network=host + driver-opts: | + network=host + image=moby/buildkit:buildx-stable-1 - name: Build and push (1) id: docker_build @@ -325,7 +327,9 @@ jobs: id: buildx uses: docker/setup-buildx-action@v1 with: - driver-opts: network=host + driver-opts: | + network=host + image=moby/buildkit:buildx-stable-1 - name: Cache Docker layers uses: actions/cache@v2 @@ -387,7 +391,9 @@ jobs: id: buildx uses: docker/setup-buildx-action@v1 with: - driver-opts: network=host + driver-opts: | + network=host + image=moby/buildkit:buildx-stable-1 - name: Cache Docker layers uses: actions/cache@v2