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 836eab6 commit 23bf827Copy full SHA for 23bf827
1 file changed
.github/workflows/build.yml
@@ -60,5 +60,8 @@ jobs:
60
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
61
registry_token: ${{ github.token }}
62
pr_event_number: ${{ github.event.number }}
63
- maximize_build_space: false
+
64
+ # enabled by default, disable if your image is small and you want faster builds
65
+ maximize_build_space: true
66
67
skip_checkout: true
0 commit comments