From 3ae72e78677eae2acc75eb0dd2b98fc59a825b29 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 3 Feb 2026 08:51:11 +0000 Subject: [PATCH] ci: Disable Docker build summary generation These summaries provide little practical value to the development workflow and clutter the CI output. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 308035c6..432bb89a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,9 @@ env: SYMBOL_CHECK: 'yes' # Compile and run the examples. EXAMPLES: 'yes' + # Disable Docker build summary generation. + # See https://github.com/docker/build-push-action/blob/master/README.md#environment-variables. + DOCKER_BUILD_SUMMARY: false jobs: docker_cache: