ci: rebuild flex 3.23 image nightly#687
Merged
kojiromike merged 1 commit intoopenemr:masterfrom May 4, 2026
Merged
Conversation
Add a 2 AM UTC schedule trigger to build-323.yml so the default openemr/openemr:flex tag refreshes daily, matching build-edge.yml, build-810.yml, and build-811.yml. Without this, fixes that land on master can sit in the unpublished image for weeks until someone manually dispatches the workflow. Closes openemr#686 Assisted-by: Claude Code
There was a problem hiding this comment.
Pull request overview
This PR ensures the default openemr/openemr:flex (Alpine 3.23 / PHP 8.5) image is refreshed automatically by adding a nightly scheduled trigger to the existing Flex 3.23 build workflow, aligning it with the repo’s other nightly image builds.
Changes:
- Add a
scheduletrigger to run the Flex 3.23 image build nightly at 02:00 UTC (while keepingworkflow_dispatch). - Keep the schedule consistent with existing nightly workflows (same cron/time).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
|
hi @kojiromike and @stephenwaite , |
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
scheduletrigger to.github/workflows/build-323.ymlso the defaultopenemr/openemr:flextag refreshes nightly at 2 AM UTC, matching the existing pattern inbuild-edge.yml,build-810.yml, andbuild-811.yml.Without this, fixes that land on
master(devops or upstream openemr) can sit in the unpublishedopenemr/openemr:fleximage for weeks until someone manually dispatches the workflow. The motivating example: #666 merged on 2026-05-01, but the publishedflexdigest is still the 2026-04-07 build, soopenemr-cmd dev-reset-install-demodatacontinues to fail in fresh containers.When a future Alpine version takes over
is_default_flex: true, this trigger should move with it.Closes #686
Test plan
openemr/openemr:flexdigest