diff --git a/.github/workflows/build-nvidia.yml b/.github/workflows/build-nvidia.yml index 2b790bb..a30554e 100644 --- a/.github/workflows/build-nvidia.yml +++ b/.github/workflows/build-nvidia.yml @@ -28,3 +28,4 @@ jobs: # enabled by default, disable if your image is small and you want faster builds maximize_build_space: true + rechunk: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6746db9..6b8a37e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: bluebuild on: schedule: - cron: - "00 06 * * 1" # build at 06:00 UTC every Monday + "00 06 * * *" # build at 06:00 UTC every Monday # (20 minutes after last ublue images start building) push: branches: @@ -42,3 +42,4 @@ jobs: # enabled by default, disable if your image is small and you want faster builds maximize_build_space: true + rechunk: true