Skip to content

Commit 23bf827

Browse files
committed
Revert "Don't free up space for non-base builds"
This reverts commit 836eab6. Builds were failing due to not enough space.
1 parent 836eab6 commit 23bf827

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,8 @@ jobs:
6060
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
6161
registry_token: ${{ github.token }}
6262
pr_event_number: ${{ github.event.number }}
63-
maximize_build_space: false
63+
64+
# enabled by default, disable if your image is small and you want faster builds
65+
maximize_build_space: true
66+
6467
skip_checkout: true

0 commit comments

Comments
 (0)