From c4f567b2e7af73870be634667d553d2b5101c618 Mon Sep 17 00:00:00 2001 From: Catarina Paralta <46568597+paralta@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:05:26 +0100 Subject: [PATCH] fix: download artifact failure --- .github/workflows/build-and-upload-components.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-upload-components.yml b/.github/workflows/build-and-upload-components.yml index 906cbc5b7..b92357610 100644 --- a/.github/workflows/build-and-upload-components.yml +++ b/.github/workflows/build-and-upload-components.yml @@ -46,6 +46,8 @@ jobs: build-and-upload: needs: prepare-build runs-on: ubuntu-latest + env: + DOCKER_BUILD_RECORD_UPLOAD: false strategy: fail-fast: false matrix: