fix: add no_cache to all Woodpecker service builds to prevent stale COPY layers

This commit is contained in:
Celes Renata
2026-05-01 23:11:21 +00:00
parent 63b62c5e9f
commit 139fbd6342
4 changed files with 11 additions and 1 deletions
-1
View File
@@ -16,7 +16,6 @@ WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN echo "cache-bust-2026-05-01"
COPY services/ /app/services/
COPY scripts/ /app/scripts/
COPY tests/ /app/tests/