From 8931463cbac5f2304bb58db7a5240af98788078d Mon Sep 17 00:00:00 2001 From: Lordus Kordus <136916485+lorduskordus@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:11:43 +0200 Subject: [PATCH] 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 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78b6153..d11156d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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