From a8e09787babd4e24ec7db7a47bd8a5efdd89d21b Mon Sep 17 00:00:00 2001 From: Michal Date: Mon, 9 Mar 2026 05:22:19 +0000 Subject: [PATCH] ci: pin Docker API version to 1.43 (podman compat) Docker CLI v1.52 is too new for the host's podman daemon (max 1.43). Set DOCKER_API_VERSION to force the older API. Co-Authored-By: Claude Opus 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 9a1fc40..e0533cc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -146,6 +146,7 @@ jobs: env: REGISTRY: ${{ env.GITEA_REGISTRY }} OWNER: ${{ env.GITEA_OWNER }} + DOCKER_API_VERSION: "1.43" steps: - uses: actions/checkout@v4