ci: rebuild backend golden image on lockfile changes
Some checks failed
CI/CD Pipeline / Quality Gate (push) Failing after 19s
CI/CD Pipeline / Build and Push Images (push) Has been skipped
CI/CD Pipeline / Deploy Dev in Dokploy (push) Has been skipped
CI/CD Pipeline / Internal Notify (push) Successful in 0s

This commit is contained in:
2026-05-19 20:26:18 +02:00
parent b8a18d6da4
commit a12d7e2e5d
2 changed files with 9 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ RUN uv sync --frozen --no-install-project --dev
FROM base AS ci-deps-base
COPY --from=ci-deps-build /app/.venv /app/.venv
COPY pyproject.toml uv.lock ./
ENV PATH="/app/.venv/bin:${PATH}" \
PYTHONPATH=/workspace/src \