Commit 9de574f
authored
ci: rebuild flex 3.23 image nightly (#687)
## Summary
Adds a `schedule` trigger to `.github/workflows/build-323.yml` so the
default `openemr/openemr:flex` tag refreshes nightly at 2 AM UTC,
matching the existing pattern in `build-edge.yml`, `build-810.yml`, and
`build-811.yml`.
Without this, fixes that land on `master` (devops or upstream openemr)
can sit in the unpublished `openemr/openemr:flex` image for weeks until
someone manually dispatches the workflow. The motivating example: #666
merged on 2026-05-01, but the published `flex` digest is still the
2026-04-07 build, so `openemr-cmd dev-reset-install-demodata` continues
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
- [ ] Verify actionlint passes
- [ ] After merge, confirm a scheduled run kicks off the next 2 AM UTC
and publishes a fresh `openemr/openemr:flex` digest1 parent d14c4f0 commit 9de574f
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments