Skip to content

Commit

Permalink
Avoid docker build summaries (#375)
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley A. Thornton <[email protected]>
  • Loading branch information
ssbarnea and cidrblock authored Sep 25, 2024
1 parent b7825c9 commit 0962bcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ runs:
- name: Build final image for ${{ matrix.platform }}
id: build-final
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_SUMMARY: "false"
with:
context: ${{ github.workspace }}/final
provenance: false
Expand Down

0 comments on commit 0962bcf

Please sign in to comment.