Skip to content

Commit

Permalink
ci: disable docker build summary
Browse files Browse the repository at this point in the history
  • Loading branch information
wholtz committed Jul 7, 2024
1 parent 6b0bfcf commit 716440e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1
env:
DOCKER_BUILD_RECORD_UPLOAD: false
DOCKER_BUILD_SUMMARY: false
with:
platforms: ${{ steps.set_image_variables.outputs.platforms }}
push: false
Expand All @@ -170,7 +170,7 @@ jobs:
id: docker_push
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1
env:
DOCKER_BUILD_RECORD_UPLOAD: false
DOCKER_BUILD_SUMMARY: false
with:
platforms: ${{ steps.set_image_variables.outputs.platforms }}
push: true
Expand Down

0 comments on commit 716440e

Please sign in to comment.