forked from data.coop/ansible
Change ouroboros interval to 10min to hopefully fly under the new docker hub rate limit.
This commit is contained in:
parent
a78641674d
commit
2ac2d8b8da
|
@ -14,5 +14,5 @@
|
||||||
LABELS_ONLY: "true"
|
LABELS_ONLY: "true"
|
||||||
CLEANUP: "true"
|
CLEANUP: "true"
|
||||||
LATEST: "true"
|
LATEST: "true"
|
||||||
CRON: "*/1 * * * *"
|
CRON: "*/10 * * * *"
|
||||||
|
|
Loading…
Reference in a new issue