ci: build production and flex-3.22 images nightly#724
Merged
Conversation
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
Contributor
There was a problem hiding this comment.
Pull request overview
Adds nightly scheduled triggers to the remaining Docker image build workflows so production 7.0.4, production 8.0.0, and flex 3.22 images rebuild daily at 2 AM UTC, matching existing nightly Docker build workflows.
Changes:
- Adds
scheduletriggers with0 2 * * *cron to three Docker build workflows. - Keeps existing manual
workflow_dispatchtriggers intact.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/build-800.yml |
Adds nightly scheduling for the production 8.0.0 Docker build workflow. |
.github/workflows/build-704.yml |
Adds nightly scheduling for the production 7.0.4 Docker build workflow. |
.github/workflows/build-322.yml |
Adds nightly scheduling for the flex 3.22 Docker build workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a 2 AM UTC schedule to the three remaining manually-triggered Docker build workflows so the production tags get the same daily base-image refresh that dev and most flex variants already get:
build-704.yml(production 7.0.4)build-800.yml(production 8.0.0, also republisheslatest)build-322.yml(flex 3.22)This matches the existing
0 2 * * *cron onbuild-810.yml,build-811.yml,build-323.yml, andbuild-edge.yml.Notes
build-800.ymlwill republishopenemr/openemr:latestnightly. Intentional —latestshould track the most recent rebuild of the current production image.<version>-<date>tags, so each nightly run leaves an audit trail.Test plan