From 694ccff543190f7b656a85f70139d7b6fdf8ce57 Mon Sep 17 00:00:00 2001 From: Aaron Prindle Date: Tue, 8 Aug 2023 09:32:32 -0700 Subject: [PATCH] fix: resolve issue where CI env was failing due to dependency change (#2668) --- .github/workflows/integration-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index fc495f65dd..7003f42cfc 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -15,6 +15,7 @@ jobs: env: IMAGE_REPO: 'localhost:5000' REGISTRY: 'localhost:5000' + DOCKER_BUILDKIT: '0' strategy: fail-fast: false matrix: