fix(ci): isolate contract and image scans from host paths
MobilityOps acceptance / backend (pull_request) Failing after 2m20s
MobilityOps acceptance / frontend (pull_request) Successful in 1m24s
MobilityOps acceptance / e2e (pull_request) Skipped
Managed validation / full (pull_request) Canceled after 0s

This commit is contained in:
NuklearRabbit
2026-08-29 00:27:17 +02:00
parent a99aed9a5f
commit 2918608240
3 changed files with 34 additions and 17 deletions
+2
View File
@@ -24,6 +24,8 @@ FROM runtime-base AS test
COPY backend/requirements.lock ./requirements.lock
RUN pip install --no-cache-dir -r requirements.lock
COPY backend/tests ./tests
COPY contracts ./contracts
COPY scripts/check-contracts.py ./scripts/check-contracts.py
USER app
FROM runtime-base AS runtime