build docker images on schedule
Some checks failed
Docker / build (push) Has been cancelled

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

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.