fix(ci): pin DOCKER_API_VERSION=1.43 for e2e job
Some checks failed
CI / Unit & Component Tests (push) Successful in 9m49s
CI / Backend Unit Tests (push) Successful in 2m15s
CI / E2E Tests (push) Failing after 13m6s
CI / Unit & Component Tests (pull_request) Successful in 11m14s
CI / Backend Unit Tests (pull_request) Successful in 2m18s
CI / E2E Tests (pull_request) Failing after 13m20s

The runner's Docker client negotiates API 1.53 but the daemon on the
NAS only supports up to 1.43. Pin the version for all docker commands
in the e2e job, including the new network connect step.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-03-19 14:32:27 +01:00
parent c023d5b0a2
commit 706c029a5e

View File

@@ -92,6 +92,7 @@ jobs:
# These env vars are picked up by docker-compose (overrides .env file)
env:
DOCKER_API_VERSION: "1.43"
POSTGRES_USER: archive_user
POSTGRES_PASSWORD: ci_db_password
POSTGRES_DB: family_archive_db