aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-06-26 12:59:56 +0300
committerValentin Popov <info@valentineus.link>2020-06-26 12:59:56 +0300
commit2e4789d27af340a2c00d14b15e1b5b1bfb857db9 (patch)
treebda2e1c2906d158d60d202918dce559ea2faf5ae /.github
parentb63458e6536a4235224d4c62abb285fc17e23b8b (diff)
downloaddocker-meteor-2e4789d27af340a2c00d14b15e1b5b1bfb857db9.tar.xz
docker-meteor-2e4789d27af340a2c00d14b15e1b5b1bfb857db9.zip
Added schedule
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker-publish.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index f47cf95..76d04af 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -5,6 +5,10 @@ on:
branches:
- master
+ schedule:
+ on:
+ - cron: "0 3 */1 * *"
+
jobs:
push-latest:
runs-on: ubuntu-latest