Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
rebuild docker image weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
ciphax committed Oct 7, 2020
1 parent 802e2b9 commit d2ac365
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d2ac365

Please sign in to comment.