Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/build-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
# fix of containerd issue, see https://github.com/containerd/containerd/issues/7972
# could be removed as soon as new containerd version will be released and included in buildkit
driver-opts: |
image=moby/buildkit:v0.10.6

- name: Cache Docker layers
uses: actions/cache@v3
Expand Down