From 668c700192796d0ddb4ccaa2d410447f4f3208bc Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Sat, 23 May 2026 14:53:11 -0500 Subject: [PATCH] ci(release): suppress docker build record artifact --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b01714c..b650617c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -273,6 +273,12 @@ jobs: type=raw,value=latest - name: Build and push uses: docker/build-push-action@v6 + env: + # The build record is useful in CI, but it is uploaded as a + # `.dockerbuild` artifact. The release job intentionally downloads + # all binary artifacts, so suppress the extra record artifact there. + DOCKER_BUILD_RECORD_UPLOAD: false + DOCKER_BUILD_SUMMARY: false with: context: source file: infra/Dockerfile