From 284bfc9a57573167afdc69ad8eb7ee27eadcd973 Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Wed, 5 Oct 2022 13:05:36 +0100 Subject: [PATCH] Run packer build biweekly This runs the build more often so we can continue to debug any remaining issues, and ensures that we release a new image on the 15th of this month (since it was broken on the 1st) --- .circleci/config.yml | 4 ++-- .circleci/template.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1262afe9f..02c75c962 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1265,10 +1265,10 @@ workflows: - publish-dockerhub: name: publish-dockerhub-nightly tag: nightly - monthly: + biweekly: triggers: - schedule: - cron: "0 0 1 * *" + cron: "0 0 1,15 * *" filters: branches: only: diff --git a/.circleci/template.yml b/.circleci/template.yml index 6b4392493..d7bba709d 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -990,10 +990,10 @@ workflows: - publish-dockerhub: name: publish-dockerhub-nightly tag: nightly - monthly: + biweekly: triggers: - schedule: - cron: "0 0 1 * *" + cron: "0 0 1,15 * *" filters: branches: only: