docs: add commented out maximize_build_space: true to build.yml (#33)

This commit is contained in:
xyny 2024-06-30 13:48:35 +03:00
parent 8931463cba
commit a6881a3a2b

View File

@ -32,3 +32,6 @@ jobs:
cosign_private_key: ${{ secrets.SIGNING_SECRET }} cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }} registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }} pr_event_number: ${{ github.event.number }}
# enabled by default, disable if your image is small and you want faster builds
maximize_build_space: true