From d56d1aa9fd1d467479824d0db8b2ab043b469376 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Tue, 6 Apr 2021 13:46:17 +0200 Subject: [PATCH] ci: rebuild and push the latest image on schedule Rebuild and push the last commit of the default branch every monday at 00:00 UTC --- .github/workflows/dockerhub.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 54bb90d..6c84f2f 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -2,6 +2,8 @@ name: DockerHub on: workflow_dispatch: + schedule: + - cron: '0 0 * * 1' push: branches: - main