From 922c90d7ba41726a44a22a15a5ab63c9d06e1eec Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sat, 2 May 2020 15:27:36 +0300 Subject: [PATCH] CI: introduce weekly rebuilds of docker image Docker image will be built & pushed every 7 days to ensure that its packages are up-to-date. --- .github/workflows/docker_image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker_image.yml b/.github/workflows/docker_image.yml index 4bdda18ec..9188860bf 100644 --- a/.github/workflows/docker_image.yml +++ b/.github/workflows/docker_image.yml @@ -9,6 +9,8 @@ on: - 'scripts/properties.sh' - 'scripts/setup-android-sdk.sh' - 'scripts/setup-ubuntu.sh' + schedule: + - cron: '0 2 * * 0' jobs: update: