From e0b127751c0ca491f1fca5225fcdce348dcc6a20 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 17 Aug 2020 02:37:37 +0200 Subject: [PATCH] Set buildkitd-flags for ci workflow Signed-off-by: CrazyMax --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9f650d..e6f0124 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: uses: ./setup-buildx/ # change to docker/setup-buildx-action@master with: driver-opt: network=host + buildkitd-flags: --allow-insecure-entitlement security.insecure - name: Build and push uses: ./ @@ -78,6 +79,7 @@ jobs: with: version: latest driver-opt: network=host + buildkitd-flags: --allow-insecure-entitlement security.insecure - name: Build and push uses: ./ @@ -126,6 +128,7 @@ jobs: uses: ./setup-buildx/ # change to docker/setup-buildx-action@master with: driver-opt: network=host + buildkitd-flags: --allow-insecure-entitlement security.insecure - name: Build and push uses: ./