Switch back to building Docker images on a schedule.

This commit is contained in:
Itamar Turner-Trauring 2022-02-15 10:19:56 -05:00
parent 95c32ef2ee
commit 7ea106a018

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