chore(ci): drop VERSION cache-comment from final stage

This commit is contained in:
ThePhaseless
2026-08-10 01:22:09 +02:00
parent 7e1a5d4329
commit baad431605
-3
View File
@@ -54,9 +54,6 @@ RUN \
uv run pytest --retries 3
FROM app
# VERSION is a runtime-only env var (read by src.consts via Pydantic settings).
# Declared here, not in base, so base/app layer cache keys don't depend on the
# per-commit SHA — that would bust the cache every run.
ARG VERSION
ENV VERSION=${VERSION}
USER 1000