chore: Adjust build time to reflect uBlue changes (#34)
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
This commit is contained in:
parent
b8fe3fd6c2
commit
8931463cba
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: bluebuild
|
name: bluebuild
|
||||||
on:
|
on:
|
||||||
schedule:
|
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)
|
# (20 minutes after last ublue images start building)
|
||||||
push:
|
push:
|
||||||
paths-ignore: # don't rebuild if only documentation has changed
|
paths-ignore: # don't rebuild if only documentation has changed
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user