Switch back to running image building on schedule.

This commit is contained in:
Itamar Turner-Trauring 2022-01-24 11:06:58 -05:00
parent 31e4556bd1
commit 04cf206e0d

View File

@ -84,12 +84,12 @@ workflows:
# faster and takes various spurious failures out of the critical path.
triggers:
# Build once a day
# - schedule:
# cron: "0 0 * * *"
# filters:
# branches:
# only:
# - "master"
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- "master"
jobs:
# Every job that pushes a Docker image from Docker Hub needs to provide