forked from repo-mirrors/cnpg-postgres-containers
ci: run the update workflow every Mon (#127)
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com> Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
This commit is contained in:
committed by
GitHub
parent
8c8b48d6d3
commit
47d165dfe8
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@@ -2,7 +2,7 @@ name: Automatic Updates
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 0 * * *
|
- cron: 0 0 * * 1
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
@@ -14,6 +14,8 @@ by adding the following software:
|
|||||||
- Postgres Failover Slots
|
- Postgres Failover Slots
|
||||||
- pgvector
|
- pgvector
|
||||||
|
|
||||||
|
Currently, images are automatically rebuilt once a week (Monday).
|
||||||
|
|
||||||
Barman Cloud is distributed by EnterpriseDB under the
|
Barman Cloud is distributed by EnterpriseDB under the
|
||||||
[GNU GPL 3 License](https://github.com/EnterpriseDB/barman/blob/master/LICENSE).
|
[GNU GPL 3 License](https://github.com/EnterpriseDB/barman/blob/master/LICENSE).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user