diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-26 14:07:10 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-26 14:07:10 +0300 |
commit | 90e486a9058ec55bb4e4c1c6476dfb9ced4ccaac (patch) | |
tree | 44dc0f0b6e5e156ac207c6704c690f8ea6d4d65e /.github/workflows | |
parent | a9e60ef19369774de6c8fa5bd294346a36972d7c (diff) | |
download | docker-meteor-90e486a9058ec55bb4e4c1c6476dfb9ced4ccaac.tar.xz docker-meteor-90e486a9058ec55bb4e4c1c6476dfb9ced4ccaac.zip |
Fixed cron task
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/docker-publish.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 76d04af..1bb1544 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -6,8 +6,7 @@ on: - master schedule: - on: - - cron: "0 3 */1 * *" + - cron: "0 3 */1 * *" jobs: push-latest: |