mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07:00
build(gha): rename DOCKER_BUILD_NO_SUMMARY to DOCKER_BUILD_SUMMARY_DISABLE
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -66,15 +66,15 @@ select the item in the list.
|
||||
|
||||
## Disable job summary
|
||||
|
||||
To disable job summaries, set the `DOCKER_BUILD_NO_SUMMARY` environment
|
||||
variable in the YAML configuration for your build step:
|
||||
To disable job summaries, set the `DOCKER_BUILD_SUMMARY` 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: false
|
||||
with:
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
Reference in New Issue
Block a user