From bc6af096218306011f986dd747cac0ce0612445b Mon Sep 17 00:00:00 2001 From: ytshih Date: Wed, 23 Apr 2025 09:10:08 +0800 Subject: [PATCH] Fix: docker build disable summary --- action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yaml b/action.yaml index 77659c8..57ac8cf 100644 --- a/action.yaml +++ b/action.yaml @@ -71,6 +71,8 @@ runs: type=sha - name: Build and push with docker uses: docker/build-push-action@v6.15.0 + env: + DOCKER_BUILD_SUMMARY: false with: context: ${{ inputs.context }} file: ${{ inputs.file }}