From f39f6443fee6584da6f59967272dbb0d8386c892 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Fri, 25 Mar 2022 08:43:47 -0500 Subject: [PATCH] test to ensure docker buildx is used --- .github/workflows/downstream_testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/downstream_testing.yml b/.github/workflows/downstream_testing.yml index 38989c8d8..5eb58cbb8 100644 --- a/.github/workflows/downstream_testing.yml +++ b/.github/workflows/downstream_testing.yml @@ -69,4 +69,5 @@ jobs: DS_YAML: ./${{ matrix.name }}/.github/workflows/${{ matrix.workflow_name }} DS_JOBS: ${{ matrix.jobs }} DS_MATRIX_EXCLUDE: ${{ matrix.matrix_exclude }} - DOCKER_BUILDKIT: 1 \ No newline at end of file + DOCKER_BUILDKIT: 1 + COMPOSE_DOCKER_CLI_BUILD: 1 \ No newline at end of file