diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index d25eb49f8..d91298298 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -127,6 +127,8 @@ jobs: - name: Build the stack run: docker-compose -f client/docker-compose.yml --project-directory . up -d + env: + DOCKER_BUILDKIT: 1 - name: Check the deployed service URL uses: jtalk/url-health-check-action@v2