|
|
|
@ -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
|
|
|
|
|