|
|
@ -39,7 +39,6 @@ jobs:
|
|
|
|
uses: ./setup-buildx/ # change to docker/setup-buildx-action@master
|
|
|
|
uses: ./setup-buildx/ # change to docker/setup-buildx-action@master
|
|
|
|
# with:
|
|
|
|
# with:
|
|
|
|
# driver-opt: network=host
|
|
|
|
# driver-opt: network=host
|
|
|
|
# buildkitd-flags:
|
|
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Build and push
|
|
|
|
name: Build and push
|
|
|
|
uses: ./
|
|
|
|
uses: ./
|
|
|
@ -48,7 +47,7 @@ jobs:
|
|
|
|
file: ./test/Dockerfile-${{ matrix.dockerfile }}
|
|
|
|
file: ./test/Dockerfile-${{ matrix.dockerfile }}
|
|
|
|
builder: ${{ steps.buildx.outputs.name }}
|
|
|
|
builder: ${{ steps.buildx.outputs.name }}
|
|
|
|
platforms: linux/amd64,linux/arm64,linux/386
|
|
|
|
platforms: linux/amd64,linux/arm64,linux/386
|
|
|
|
allow: network.host,security.insecure
|
|
|
|
#allow: network.host,security.insecure
|
|
|
|
#push: true
|
|
|
|
#push: true
|
|
|
|
tags: |
|
|
|
|
tags: |
|
|
|
|
localhost:5000/name/app:latest
|
|
|
|
localhost:5000/name/app:latest
|
|
|
|