Change ouroboros interval to 10min to hopefully fly under the new docker hub rate limit.

This commit is contained in:
Jesper Hess 2020-11-23 08:24:04 +01:00
parent a78641674d
commit 2ac2d8b8da
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@
LABELS_ONLY: "true"
CLEANUP: "true"
LATEST: "true"
CRON: "*/1 * * * *"
CRON: "*/10 * * * *"