From b07bd1f9df71344e1bd7a9299eb63dff3819afbc Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 16 Aug 2020 07:08:46 +0200 Subject: [PATCH] Fix ci workflow Signed-off-by: CrazyMax --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d36de1..eb29664 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,6 @@ jobs: uses: ./setup-buildx/ # change to docker/setup-buildx-action@master # with: # driver-opt: network=host -# buildkitd-flags: - name: Build and push uses: ./ @@ -48,7 +47,7 @@ jobs: file: ./test/Dockerfile-${{ matrix.dockerfile }} builder: ${{ steps.buildx.outputs.name }} platforms: linux/amd64,linux/arm64,linux/386 - allow: network.host,security.insecure + #allow: network.host,security.insecure #push: true tags: | localhost:5000/name/app:latest