Skip to content

Commit 6aad4be

Browse files
authored
buildkit version downgraded #1755 (#1756)
1 parent fa67823 commit 6aad4be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-run-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757

5858
- name: Set up Docker Buildx
5959
uses: docker/setup-buildx-action@v2
60+
with:
61+
# fix of containerd issue, see https://github.com/containerd/containerd/issues/7972
62+
# could be removed as soon as new containerd version will be released and included in buildkit
63+
driver-opts: |
64+
image=moby/buildkit:v0.10.6
6065
6166
- name: Cache Docker layers
6267
uses: actions/cache@v3

0 commit comments

Comments
 (0)