File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 - release-*
8+ push :
9+ branches :
10+ - main
811
912jobs :
1013 unit :
3033 uses : docker/setup-buildx-action@v3
3134 - name : build tests unit container image
3235 uses : docker/build-push-action@v6
36+ env :
37+ DOCKER_BUILD_SUMMARY : false
38+ DOCKER_BUILD_RECORD_UPLOAD : false
3339 with :
3440 cache-from : type=gha
3541 context : .
6268 uses : docker/setup-buildx-action@v3
6369 - name : build tests main container image
6470 uses : docker/build-push-action@v6
71+ env :
72+ DOCKER_BUILD_SUMMARY : false
73+ DOCKER_BUILD_RECORD_UPLOAD : false
6574 with :
6675 cache-from : type=gha
6776 context : .
@@ -105,6 +114,9 @@ jobs:
105114 uses : docker/setup-buildx-action@v3
106115 - name : build tests main container image
107116 uses : docker/build-push-action@v6
117+ env :
118+ DOCKER_BUILD_SUMMARY : false
119+ DOCKER_BUILD_RECORD_UPLOAD : false
108120 with :
109121 cache-from : type=gha
110122 context : .
You can’t perform that action at this time.
0 commit comments