chore(postgres): schedule new image every week

This commit is contained in:
Peter 2025-02-13 13:08:57 +01:00
parent 2d71a4a132
commit 1f285f6492
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -1,7 +1,11 @@
name: Postgres image
on:
schedule:
# every Thursday 2:30am
- cron: "30 2 * * 2"
push:
paths:
- .github/workflows/postgres.yml
- postgres/**
branches:
- main