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:
parent
d4f61ad271
commit
84bd0d452e
|
|
@ -3,8 +3,8 @@ name: Build and Push Docker Image
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# run every night at midnight
|
||||
- cron: '0 0 * * *'
|
||||
# run monthly
|
||||
- cron: '0 0 1 * *'
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
|
|||
Loading…
Reference in New Issue