From 706c029a5e43cae7e4fadc564818df2ecdf3e418 Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 19 Mar 2026 14:32:27 +0100 Subject: [PATCH] fix(ci): pin DOCKER_API_VERSION=1.43 for e2e job 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 --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2f348f5c..5c5e0683 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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