diff --git a/.github/workflows/full.yml b/.github/workflows/full.yml index bad9da6e..890020a0 100644 --- a/.github/workflows/full.yml +++ b/.github/workflows/full.yml @@ -41,6 +41,10 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 + with: + # we specify version of buildkit due to issue that occurs in latest version + # https://github.com/moby/buildkit/issues/2631 + driver-opts: image=moby/buildkit:v0.10.0 - name: Create artifact directories run: |