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 }}