Skip to content

Commit

Permalink
Fix ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Aug 16, 2020
1 parent 01bd5c1 commit b07bd1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./
Expand All @@ -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
Expand Down

0 comments on commit b07bd1f

Please sign in to comment.