Skip to content

Commit 41b2c88

Browse files
authored
Merge pull request #204 from crazy-max/cache-issue-fixed
Cache issue is now fixed
2 parents bef45c0 + 72350a8 commit 41b2c88

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,8 @@ jobs:
381381
id: buildx
382382
uses: docker/setup-buildx-action@v1
383383
with:
384-
# TODO: Remove image=moby/buildkit:buildx-stable-1 when moby/buildkit#1727 fixed
385384
driver-opts: |
386385
network=host
387-
image=moby/buildkit:buildx-stable-1
388386
-
389387
name: Build and push (1)
390388
id: docker_build
@@ -481,10 +479,8 @@ jobs:
481479
id: buildx
482480
uses: docker/setup-buildx-action@v1
483481
with:
484-
# TODO: Remove image=moby/buildkit:buildx-stable-1 when moby/buildkit#1727 fixed
485482
driver-opts: |
486483
network=host
487-
image=moby/buildkit:buildx-stable-1
488484
-
489485
name: Cache Docker layers
490486
uses: actions/cache@v2
@@ -551,10 +547,8 @@ jobs:
551547
id: buildx
552548
uses: docker/setup-buildx-action@v1
553549
with:
554-
# TODO: Remove image=moby/buildkit:buildx-stable-1 when moby/buildkit#1727 fixed
555550
driver-opts: |
556551
network=host
557-
image=moby/buildkit:buildx-stable-1
558552
-
559553
name: Cache Docker layers
560554
uses: actions/cache@v2

0 commit comments

Comments
 (0)