|
|
|
@ -240,7 +240,9 @@ jobs:
|
|
|
|
|
id: buildx
|
|
|
|
|
uses: docker/setup-buildx-action@v1
|
|
|
|
|
with:
|
|
|
|
|
driver-opts: network=host
|
|
|
|
|
driver-opts: |
|
|
|
|
|
network=host
|
|
|
|
|
image=moby/buildkit:buildx-stable-1
|
|
|
|
|
-
|
|
|
|
|
name: Build and push (1)
|
|
|
|
|
id: docker_build
|
|
|
|
@ -325,7 +327,9 @@ jobs:
|
|
|
|
|
id: buildx
|
|
|
|
|
uses: docker/setup-buildx-action@v1
|
|
|
|
|
with:
|
|
|
|
|
driver-opts: network=host
|
|
|
|
|
driver-opts: |
|
|
|
|
|
network=host
|
|
|
|
|
image=moby/buildkit:buildx-stable-1
|
|
|
|
|
-
|
|
|
|
|
name: Cache Docker layers
|
|
|
|
|
uses: actions/cache@v2
|
|
|
|
@ -387,7 +391,9 @@ jobs:
|
|
|
|
|
id: buildx
|
|
|
|
|
uses: docker/setup-buildx-action@v1
|
|
|
|
|
with:
|
|
|
|
|
driver-opts: network=host
|
|
|
|
|
driver-opts: |
|
|
|
|
|
network=host
|
|
|
|
|
image=moby/buildkit:buildx-stable-1
|
|
|
|
|
-
|
|
|
|
|
name: Cache Docker layers
|
|
|
|
|
uses: actions/cache@v2
|
|
|
|
|