Commit 3ca9ca2
authored
ci: build production and flex-3.22 images nightly (#724)
## 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 republishes `latest`)
- `build-322.yml` (flex 3.22)
This matches the existing `0 2 * * *` cron on `build-810.yml`,
`build-811.yml`, `build-323.yml`, and `build-edge.yml`.
## Notes
- `build-800.yml` will republish `openemr/openemr:latest` nightly.
Intentional — `latest` should track the most recent rebuild of the
current production image.
- Both production workflows already emit `<version>-<date>` tags, so
each nightly run leaves an audit trail.
- If flex 3.22 is being sunsetted, drop that file from this PR.
## Test plan
- [ ] Confirm scheduled runs appear in the Actions tab after merge
- [ ] Verify next nightly produces fresh image digests on Docker Hub1 parent dad30ce commit 3ca9ca2
3 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
0 commit comments