build docker images on schedule

to ensure docker image updates, we build the image once a week
This commit is contained in:
sstidl 2024-04-15 11:49:40 +02:00 committed by GitHub
parent 4640c64412
commit 748f49c3b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,8 +6,8 @@ name: Docker
# documentation.
on:
# schedule:
# - cron: '30 20 * * *'
schedule:
- cron: '30 20 * * Sun'
push:
branches: ["*"]
# Publish semver tags as releases.