From a221b38324a7ff2a06e567b10955edeeb870244a Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Mon, 26 Jul 2021 09:51:39 -0700 Subject: [PATCH] Fix base image build schedule --- .github/workflows/build_base_images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_base_images.yml b/.github/workflows/build_base_images.yml index 542f4f1ae..7d9ea09da 100644 --- a/.github/workflows/build_base_images.yml +++ b/.github/workflows/build_base_images.yml @@ -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: