From d2ac3650bcf6b30ba7a40aa37e67f4a84abfd733 Mon Sep 17 00:00:00 2001 From: Matthias Herzog <37505324+kegato@users.noreply.github.com> Date: Wed, 7 Oct 2020 20:50:47 +0200 Subject: [PATCH] rebuild docker image weekly --- .circleci/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 177e739..7d1da1e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -96,3 +96,15 @@ workflows: only: /^[0-9]+\.[0-9]+\.[0-9]+$/ branches: ignore: /.*/ + rebuild-docker-image: + triggers: + - schedule: + cron: "0 2 * * 1" + filters: + branches: + only: latest + jobs: + - build + - publish-docker-image: + requires: + - build