git.99rst.org
/
roundcube-roundcubemail-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a1aab3c
)
Rebuild weekly to ensure fresh base images
author
Pablo Zmdl
<redacted>
Fri, 8 Nov 2024 09:19:39 +0000
(10:19 +0100)
committer
Pablo Zmdl
<redacted>
Fri, 8 Nov 2024 09:20:19 +0000
(10:20 +0100)
.github/workflows/build.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/build.yml
b/.github/workflows/build.yml
index 850cc1d3ece98058469672f196367c527975fdb6..c6d5d7032f9a06515c5ac66951e75abf70baf514 100644
(file)
--- a/
.github/workflows/build.yml
+++ b/
.github/workflows/build.yml
@@
-12,6
+12,10
@@
on:
- 'examples/**'
tags:
- '1.6.*'
+ schedule:
+ # Rebuild images each monday early morning to ensure a fresh base OS.
+ - cron: "23 2 * * 1"
+
jobs:
build-and-testvariants:
name: Build image variants and run tests
git clone https://git.99rst.org/PROJECT