Skip to content

Commit 9aaaeda

Browse files
committed
gha: test: add environment variables to disable Docker build summary and record upload
1 parent a5a164a commit 9aaaeda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
branches:
77
- master
88

9+
env:
10+
DOCKER_BUILD_SUMMARY: "false"
11+
DOCKER_BUILD_RECORD_UPLOAD: "false"
12+
913
jobs:
1014

1115
sanity-check-matrix:

0 commit comments

Comments
 (0)