aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-06-26 14:07:10 +0300
committerValentin Popov <info@valentineus.link>2020-06-26 14:07:10 +0300
commit90e486a9058ec55bb4e4c1c6476dfb9ced4ccaac (patch)
tree44dc0f0b6e5e156ac207c6704c690f8ea6d4d65e
parenta9e60ef19369774de6c8fa5bd294346a36972d7c (diff)
downloaddocker-meteor-90e486a9058ec55bb4e4c1c6476dfb9ced4ccaac.tar.xz
docker-meteor-90e486a9058ec55bb4e4c1c6476dfb9ced4ccaac.zip
Fixed cron task
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--.github/workflows/docker-publish.yml3
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: