ci: Disable Docker build summary generation
These summaries provide little practical value to the development workflow and clutter the CI output.
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -47,6 +47,9 @@ env:
|
||||
SYMBOL_CHECK: 'yes'
|
||||
# Compile and run the examples.
|
||||
EXAMPLES: 'yes'
|
||||
# Disable Docker build summary generation.
|
||||
# See https://github.com/docker/build-push-action/blob/master/README.md#environment-variables.
|
||||
DOCKER_BUILD_SUMMARY: false
|
||||
|
||||
jobs:
|
||||
docker_cache:
|
||||
|
||||
Reference in New Issue
Block a user