build error
Job failed with exit code: 1. Reason: cache miss: [stage-1 4/4] COPY --from=builder /app/env /app/env cache miss: [builder 8/8] RUN --mount=type=cache,target=/root/.cache/uv if [ -f uv.lock ]; then uv sync --frozen --no-editable; else uv sync --no-editable; fi cache miss: [builder 7/8] RUN --mount=type=cache,target=/root/.cache/uv if [ -f uv.lock ]; then uv sync --frozen --no-install-project --no-editable; else uv sync --no-install-project --no-editable; fi cache miss: [builder 4/8] COPY . /app/env cache miss: [stage-1 3/4] COPY --from=builder /app/env/.venv /app/.venv cache miss: [builder 6/8] RUN if ! command -v uv >/dev/null 2>&1; then curl -LsSf https://astral.sh/uv/install.sh | sh && mv /root/.local/bin/uv /usr/local/bin/uv && mv /root/.local/bin/uvx /usr/local/bin/uvx; fi cache miss: [builder 5/8] WORKDIR /app/env {"total":15,"completed":12,"user_total":10,"user_cached":2,"user_completed":7,"user_cacheable":9,"from":1,"miss":7,"client_duration_ms":10647}
Build logs:
Fetching error logs...