Fix base image build schedule

This commit is contained in:
Jamil Bou Kheir
2021-07-26 09:51:39 -07:00
parent 0abc32d5c9
commit a221b38324

View File

@@ -2,7 +2,7 @@ name: Build base images
on:
workflow_dispatch:
schedule:
- cron: '10 0 * * *' # 10am UTC
- cron: '0 10 * * *' # 10am UTC
jobs:
build-and-push: