File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -381,10 +381,8 @@ jobs:
381
381
id : buildx
382
382
uses : docker/setup-buildx-action@v1
383
383
with :
384
- # TODO: Remove image=moby/buildkit:buildx-stable-1 when moby/buildkit#1727 fixed
385
384
driver-opts : |
386
385
network=host
387
- image=moby/buildkit:buildx-stable-1
388
386
-
389
387
name : Build and push (1)
390
388
id : docker_build
@@ -481,10 +479,8 @@ jobs:
481
479
id : buildx
482
480
uses : docker/setup-buildx-action@v1
483
481
with :
484
- # TODO: Remove image=moby/buildkit:buildx-stable-1 when moby/buildkit#1727 fixed
485
482
driver-opts : |
486
483
network=host
487
- image=moby/buildkit:buildx-stable-1
488
484
-
489
485
name : Cache Docker layers
490
486
uses : actions/cache@v2
@@ -551,10 +547,8 @@ jobs:
551
547
id : buildx
552
548
uses : docker/setup-buildx-action@v1
553
549
with :
554
- # TODO: Remove image=moby/buildkit:buildx-stable-1 when moby/buildkit#1727 fixed
555
550
driver-opts : |
556
551
network=host
557
- image=moby/buildkit:buildx-stable-1
558
552
-
559
553
name : Cache Docker layers
560
554
uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments