Temporary always build images.

This commit is contained in:
Itamar Turner-Trauring 2022-05-18 12:57:29 -04:00
parent 04198cdb73
commit d6abefb041

View File

@ -68,14 +68,14 @@ workflows:
images:
# 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"
# triggers:
# # 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