diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-26 12:59:56 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-26 12:59:56 +0300 |
commit | 2e4789d27af340a2c00d14b15e1b5b1bfb857db9 (patch) | |
tree | bda2e1c2906d158d60d202918dce559ea2faf5ae /.github/workflows | |
parent | b63458e6536a4235224d4c62abb285fc17e23b8b (diff) | |
download | docker-meteor-2e4789d27af340a2c00d14b15e1b5b1bfb857db9.tar.xz docker-meteor-2e4789d27af340a2c00d14b15e1b5b1bfb857db9.zip |
Added schedule
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/docker-publish.yml | 4 |
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 |