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
+3
View File
@@ -63,6 +63,7 @@ steps:
- ${CI_COMMIT_SHA}
- latest
dockerfile: docker/Dockerfile
no_cache: true
context: .
build_args: SERVICE_CMD=uvicorn services.symbol_registry.app:app --host 0.0.0.0 --port 8000
backend_options:
@@ -99,6 +100,7 @@ steps:
- ${CI_COMMIT_SHA}
- latest
dockerfile: docker/Dockerfile
no_cache: true
context: .
build_args: SERVICE_CMD=python -m services.ingestion.worker
backend_options:
@@ -135,6 +137,7 @@ steps:
- ${CI_COMMIT_SHA}
- latest
dockerfile: docker/Dockerfile
no_cache: true
context: .
build_args: SERVICE_CMD=python -m services.parser.worker
backend_options: