fix(ci): fall back to ci-base:latest on first dev rebuild #48

Merged
will.anderson merged 1 commits from fix/ci-base-dev-first-run into dev 2026-05-08 16:53:39 +00:00
Owner

BASE build arg was hardcoded to ci-base:dev even when the pull fell back to :latest. Captures which tag was actually pulled and uses that as BASE.

BASE build arg was hardcoded to ci-base:dev even when the pull fell back to :latest. Captures which tag was actually pulled and uses that as BASE.
will.anderson added 1 commit 2026-05-08 16:49:24 +00:00
fix(ci): fall back to ci-base:latest when ci-base:dev doesn't exist yet
El SDK CI - dev / build-and-test (pull_request) Successful in 3m51s
5fdc9fb15e
The BASE build arg was hardcoded to ci-base:dev even when the pull fell
back to :latest. Docker then tried to resolve ci-base:dev from the
registry during the build and failed.

Capture which tag was actually pulled and use that as BASE.
will.anderson merged commit fe84639b17 into dev 2026-05-08 16:53:39 +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#48