From dfc224d9c1d37e4b0ebe5647c1dc7c688b4510ea Mon Sep 17 00:00:00 2001 From: Francesco Cheinasso Date: Fri, 4 Oct 2024 07:43:30 +0200 Subject: [PATCH] ci: disabled docker artifacts --- .github/workflows/integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 23050ebd3f..b329e12ced 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -134,6 +134,8 @@ jobs: - name: Build (and Publish) ${{ matrix.component }} image uses: docker/build-push-action@v6 + env: + DOCKER_BUILD_RECORD_UPLOAD: false with: context: . platforms: ${{ needs.configure.outputs.architectures }}