diff --git a/.github/actions/run-transport-interop-test/action.yml b/.github/actions/run-transport-interop-test/action.yml index 09eaaf33d..6b6eb9229 100644 --- a/.github/actions/run-transport-interop-test/action.yml +++ b/.github/actions/run-transport-interop-test/action.yml @@ -70,6 +70,8 @@ runs: uses: docker/setup-buildx-action@v2 with: config: ${{ steps.buildkit.outputs.config }} + version: v0.15.1 + driver-opts: image=moby/buildkit:v0.14.1 - name: Install deps working-directory: ${{ steps.find-workdir.outputs.WORK_DIR }} diff --git a/transport-interop/dockerBuildWrapper.sh b/transport-interop/dockerBuildWrapper.sh index 087a4e8c9..28413b531 100755 --- a/transport-interop/dockerBuildWrapper.sh +++ b/transport-interop/dockerBuildWrapper.sh @@ -9,5 +9,6 @@ if [[ -n "${CI}" ]] && [[ -n "${AWS_BUCKET}" ]]; then fi docker buildx build \ + --progress=plain \ --load \ -t $IMAGE_NAME $CACHING_OPTIONS "$@"