Skip to content

Commit

Permalink
docs: add commented out maximize_build_space: true to build.yml (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Jun 30, 2024
1 parent 8931463 commit a6881a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jobs:
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }}

# enabled by default, disable if your image is small and you want faster builds
maximize_build_space: true

0 comments on commit a6881a3

Please sign in to comment.