fix: add no_cache to all Woodpecker service builds to prevent stale COPY layers
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user