From 13b108f767b8a268a0e9d98e2f77fa861ba44ee3 Mon Sep 17 00:00:00 2001 From: Pablo Zmdl Date: Fri, 8 Nov 2024 10:19:39 +0100 Subject: [PATCH] Rebuild weekly to ensure fresh base images --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 850cc1d3e..c6d5d7032 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,10 @@ on: - 'examples/**' tags: - '1.6.*' + schedule: + # Rebuild images each monday early morning to ensure a fresh base OS. + - cron: "23 2 * * 1" + jobs: build-and-testvariants: name: Build image variants and run tests