Skip to content

Commit 45586d7

Browse files
authored
CI: Disable Docker build summaries and artifacts (#802)
The interesting work for our build happens outside of the Docker build, so these just make the GitHub Actions summary page noisier. https://github.com/docker/build-push-action#environment-variables
1 parent ceeed39 commit 45586d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
100100
env:
101101
SOURCE_DATE_EPOCH: 0
102+
DOCKER_BUILD_SUMMARY: false
103+
DOCKER_BUILD_RECORD_UPLOAD: false
102104
with:
103105
context: .
104106
file: build/${{ matrix.name }}.Dockerfile

0 commit comments

Comments
 (0)