From 0e6e0c71f95f13c583a6d51b042a9e32ab693aa6 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Sun, 23 Jun 2024 03:12:19 +0000 Subject: [PATCH] Suppress Docker build summary output for rake tasks --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c449104032..cc8ac12916 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,6 +115,8 @@ jobs: - uses: docker/setup-buildx-action@v3 - uses: docker/build-push-action@v6 id: builder-image + env: + DOCKER_BUILD_NO_SUMMARY: true with: context: builders/${{ matrix.entry.builder }} load: true