We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e5107 commit 1f0fe03Copy full SHA for 1f0fe03
.github/workflows/tests.yml
@@ -83,6 +83,8 @@ jobs:
83
- name: Build FrankenPHP image (with cache)
84
id: build
85
uses: docker/build-push-action@v6
86
+ env:
87
+ DOCKER_BUILD_SUMMARY: false
88
with:
89
context: .
90
file: .github/docker/Dockerfile
0 commit comments