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

1 Commits

Author SHA1 Message Date
will.anderson 5fdc9fb15e 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
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.
2026-05-08 11:49:17 -05:00