From 16c3a0697d1ea989ed2cfd4a4d88e7a99678fbf3 Mon Sep 17 00:00:00 2001 From: Michael Vasseur Date: Sat, 27 Apr 2024 10:14:08 +0200 Subject: [PATCH] Rebuild the contributor image every friday morning This was tried in the past but failed for some of our images, so this is the first check to make this work again. --- .github/workflows/build-contributor-container-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-contributor-container-release.yml b/.github/workflows/build-contributor-container-release.yml index 5b1bce93..ad0c0f12 100644 --- a/.github/workflows/build-contributor-container-release.yml +++ b/.github/workflows/build-contributor-container-release.yml @@ -3,6 +3,8 @@ name: 'Build Contributor container (Release)' # Loosely based on: https://docs.docker.com/build/ci/github-actions/push-multi-registries/ on: + schedule: + - cron: "5 4 * * 5" push: branches: - main