We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8b48d commit 47d165dCopy full SHA for 47d165d
.github/workflows/update.yml
@@ -2,7 +2,7 @@ name: Automatic Updates
2
3
on:
4
schedule:
5
- - cron: 0 0 * * *
+ - cron: 0 0 * * 1
6
workflow_dispatch:
7
8
defaults:
README.md
@@ -14,6 +14,8 @@ by adding the following software:
14
- Postgres Failover Slots
15
- pgvector
16
17
+Currently, images are automatically rebuilt once a week (Monday).
18
+
19
Barman Cloud is distributed by EnterpriseDB under the
20
[GNU GPL 3 License](https://github.com/EnterpriseDB/barman/blob/master/LICENSE).
21
0 commit comments