Skip to content

Commit

Permalink
build(gha): rename DOCKER_BUILD_NO_SUMMARY to DOCKER_BUILD_SUMMARY_DI…
Browse files Browse the repository at this point in the history
…SABLE

Signed-off-by: David Karlsson <[email protected]>
  • Loading branch information
dvdksn committed Jul 2, 2024
1 parent ffe30bf commit 5b2b55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/build/ci/github-actions/build-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ select the item in the list.

## Disable job summary

To disable job summaries, set the `DOCKER_BUILD_NO_SUMMARY` environment
To disable job summaries, set the `DOCKER_BUILD_SUMMARY_DISABLE` environment
variable in the YAML configuration for your build step:

```yaml {hl_lines=5}
-
name: Build
uses: docker/docker-build-push-action@v6
env:
DOCKER_BUILD_NO_SUMMARY: true
DOCKER_BUILD_SUMMARY_DISABLE: true
with:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 5b2b55e

Please sign in to comment.