Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe1369 committed Jul 4, 2024
1 parent 568045b commit 095ad9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down 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 095ad9d

Please sign in to comment.