From: Pablo Zmdl Date: Fri, 8 Nov 2024 09:19:39 +0000 (+0100) Subject: Rebuild weekly to ensure fresh base images X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=13b108f767b8a268a0e9d98e2f77fa861ba44ee3;p=roundcube-roundcubemail-docker.git Rebuild weekly to ensure fresh base images --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 850cc1d..c6d5d70 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