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