This is an automated email from the ASF dual-hosted git repository.
aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push:
new b4498433 YETUS-1232. Periodically rebuild container images (#316)
b4498433 is described below
commit b44984338736cb4a96dad09eccedb2ae8704dd08
Author: Allen Wittenauer <[email protected]>
AuthorDate: Sun Sep 10 08:43:24 2023 -0700
YETUS-1232. Periodically rebuild container images (#316)
---
.github/workflows/ghcr.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml
index da5c2bb5..151e3ea6 100644
--- a/.github/workflows/ghcr.yml
+++ b/.github/workflows/ghcr.yml
@@ -22,6 +22,8 @@ on: # yamllint disable-line rule:truthy
- main
tags:
- rel/*
+ schedule:
+ - cron: '5 12 * * 6' # UTC
jobs:
deploy: