We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa67823 commit 6aad4beCopy full SHA for 6aad4be
.github/workflows/build-and-run-tests.yml
@@ -57,6 +57,11 @@ jobs:
57
58
- name: Set up Docker Buildx
59
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
65
66
- name: Cache Docker layers
67
uses: actions/cache@v3
0 commit comments