build: rebuild docker image monthly
Some checks failed
Test / elint (push) Failing after 37s

This commit is contained in:
Jared Allard 2025-03-09 13:02:42 -07:00
parent 14de4e358d
commit 074887ea7f
Signed by: jaredallard
SSH key fingerprint: SHA256:wyRyyv28jBYw8Yp/oABNPUYvbGd6hyZj23XVXEm5G/U

View file

@ -1,12 +1,8 @@
name: "Docker"
on:
push:
branches:
- "main"
schedule:
# https://crontab.guru/#@daily
- cron: "0 0 * * *"
- cron: "0 0 1 * *"
jobs:
updater-base-image: