From 6f7d789b1df3f40d31a77697c03ecf5045d11d4c Mon Sep 17 00:00:00 2001 From: Piotr Kazmierczak <470696+pkazmierczak@users.noreply.github.com> Date: Tue, 15 Apr 2025 17:02:46 +0200 Subject: [PATCH] ci: disable docker build summary (#25685) --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76f597aee..aa63352f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -193,6 +193,8 @@ jobs: - name: Build nomad-builder image uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6 + env: + DOCKER_BUILD_SUMMARY: false with: platforms: linux/amd64 # we only ever build amd64 images because we always run on amd64 runners and cross-compile inside the container if needed context: .github/nomad-builder/