ci: run the docker workflow monthly instead of daily

Rebuilding the gentoo docker image daily is most definitely going to
bust through the free CI tier limits.
This commit is contained in:
peelz
2025-06-21 16:05:00 -04:00
parent d4f61ad271
commit 84bd0d452e

View File

@ -3,8 +3,8 @@ name: Build and Push Docker Image
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
# run every night at midnight # run monthly
- cron: '0 0 * * *' - cron: '0 0 1 * *'
jobs: jobs:
build-and-push: build-and-push: