Skip to content

Commit 0962bcf

Browse files
ssbarneacidrblock
andauthored
Avoid docker build summaries (#375)
Co-authored-by: Bradley A. Thornton <[email protected]>
1 parent b7825c9 commit 0962bcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/build-test/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ runs:
6969
- name: Build final image for ${{ matrix.platform }}
7070
id: build-final
7171
uses: docker/build-push-action@v6
72+
env:
73+
DOCKER_BUILD_SUMMARY: "false"
7274
with:
7375
context: ${{ github.workspace }}/final
7476
provenance: false

0 commit comments

Comments
 (0)