Update build.yml

This commit is contained in:
Mohamed C 2024-07-04 22:23:14 +02:00 committed by GitHub
parent 568045b651
commit 095ad9d035
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
name: bluebuild
on:
schedule:
- cron: "00 06 * * *" # build at 17:00 UTC every day
- cron: "00 06 * * *" # build at 06:00 UTC every day
# (20 minutes after last ublue images start building)
push:
paths-ignore: # don't rebuild if only documentation has changed
@ -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