From ff910a3b64f6fab6c3c360ce929f3eed972584c9 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 3 Sep 2020 18:17:27 +0200 Subject: [PATCH] Update CI workflow (docker/setup-buildx-action#14) Signed-off-by: CrazyMax --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6046bf9..68de37d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: uses: docker/setup-buildx-action@master with: version: ${{ matrix.buildx-version }} - driver-opt: network=host + driver-opts: network=host buildkitd-flags: --allow-insecure-entitlement security.insecure - name: Build and push @@ -93,7 +93,7 @@ jobs: uses: docker/setup-buildx-action@master with: version: ${{ matrix.buildx-version }} - driver-opt: network=host + driver-opts: network=host buildkitd-flags: --allow-insecure-entitlement security.insecure - name: Build and push @@ -150,7 +150,7 @@ jobs: uses: docker/setup-buildx-action@master with: version: ${{ matrix.buildx-version }} - driver-opt: network=host + driver-opts: network=host buildkitd-flags: --allow-insecure-entitlement security.insecure - name: Build and push @@ -198,7 +198,7 @@ jobs: id: buildx uses: docker/setup-buildx-action@master with: - driver-opt: network=host + driver-opts: network=host buildkitd-flags: --allow-insecure-entitlement security.insecure - name: Cache Docker layers