From 2a84b442131bf59bb916c874365368c8d448cfd4 Mon Sep 17 00:00:00 2001 From: "Michael A. Smith" Date: Thu, 14 May 2026 09:39:03 -0400 Subject: [PATCH] ci: build production and flex-3.22 images nightly Adds a 2 AM UTC schedule to build-704, build-800, and build-322 to match the cadence already in place for build-810, build-811, build-323, and build-edge. Daily rebuilds pick up base-image security fixes without waiting for a manual dispatch. Assisted-by: Claude Code --- .github/workflows/build-322.yml | 2 ++ .github/workflows/build-704.yml | 2 ++ .github/workflows/build-800.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/build-322.yml b/.github/workflows/build-322.yml index 949c157f..d26c9bc3 100644 --- a/.github/workflows/build-322.yml +++ b/.github/workflows/build-322.yml @@ -15,6 +15,8 @@ name: Flex 3.22 Dockers Build on: workflow_dispatch: + schedule: + - cron: '0 2 * * *' # run at 2 AM UTC jobs: build: diff --git a/.github/workflows/build-704.yml b/.github/workflows/build-704.yml index 2b9af53e..c7e06a68 100644 --- a/.github/workflows/build-704.yml +++ b/.github/workflows/build-704.yml @@ -2,6 +2,8 @@ name: Production 7.0.4 Docker Build on: workflow_dispatch: + schedule: + - cron: '0 2 * * *' # run at 2 AM UTC jobs: build: diff --git a/.github/workflows/build-800.yml b/.github/workflows/build-800.yml index 24250159..9aeb43d2 100644 --- a/.github/workflows/build-800.yml +++ b/.github/workflows/build-800.yml @@ -2,6 +2,8 @@ name: Production 8.0.0 Docker Build on: workflow_dispatch: + schedule: + - cron: '0 2 * * *' # run at 2 AM UTC jobs: build: