ci: add three-tier ci-base rebuild (dev/stage) #44

Merged
will.anderson merged 1 commits from fix/html-template-if-style-script into dev 2026-05-07 23:00:15 +00:00
Owner

Add Docker ci-base rebuild steps to the dev and stage CI workflows so ci-base:dev and ci-base:stage are refreshed on every push.

Changes:

  • ci-dev.yaml: adds Rebuild ci-base step after tests pass; pushes ci-base:dev and ci-base:dev-. Only runs on push, not PRs.
  • ci-stage.yaml: same pattern for stage branch; pushes ci-base:stage and ci-base:stage-.

Why: previously ci-base:latest was only refreshed on main promotion. Dev/stage CI was always running a compiler potentially 2 promotions behind any parser fix. This closes that gap.

Add Docker ci-base rebuild steps to the dev and stage CI workflows so ci-base:dev and ci-base:stage are refreshed on every push. Changes: - ci-dev.yaml: adds Rebuild ci-base step after tests pass; pushes ci-base:dev and ci-base:dev-<sha>. Only runs on push, not PRs. - ci-stage.yaml: same pattern for stage branch; pushes ci-base:stage and ci-base:stage-<sha>. Why: previously ci-base:latest was only refreshed on main promotion. Dev/stage CI was always running a compiler potentially 2 promotions behind any parser fix. This closes that gap.
will.anderson added 1 commit 2026-05-07 20:52:54 +00:00
add three-tier ci-base rebuild (dev/stage) to CI workflows
El SDK CI - dev / build-and-test (pull_request) Successful in 3m49s
81a1a624f1
will.anderson merged commit ca1e4d57b8 into dev 2026-05-07 23:00:15 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/el#44