Skip to content

Commit

Permalink
chore: Adjust build time to reflect uBlue changes (#34)
Browse files Browse the repository at this point in the history
Universal Blue images have new build schedules. The last image to build is Bluefin (39) at 05:41 UTC

Template's build time should be set to 06:00 UTC
  • Loading branch information
lorduskordus authored Jun 24, 2024
1 parent b8fe3fd commit 8931463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 17 * * *" # 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

0 comments on commit 8931463

Please sign in to comment.