baba6fbb71
Deploy marketing to Cloud Run / deploy (push) Has been cancelled
- Detect asset-only changes (src/assets/, src/shares/, static HTML, llms.txt) and skip El compilation, C build deps, and Docker full build entirely - Fast path pulls :latest as base and rebuilds only the assets layer - Gate clone-el, install-C-deps, elc-cache, build-elc, build-image, push-image behind asset_only != 'true'; deploy steps run unconditionally - Switch build-stage.sh from registry cache driver (requires docker-container buildx driver) to inline cache backed by :latest — compatible with default docker driver on the runner