From ed7586f9505edf25afb955ab10d91d2b1b320674 Mon Sep 17 00:00:00 2001 From: dmolinari Date: Fri, 3 Apr 2026 20:05:40 -0300 Subject: [PATCH] fix: add DOCKER_API_VERSION env to job for API compatibility --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index de234c5..b6a1ac1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -57,6 +57,8 @@ jobs: needs: [backend-build, frontend-build] runs-on: docker if: github.ref == 'refs/heads/main' + env: + DOCKER_API_VERSION: "1.41" steps: - name: Checkout code uses: actions/checkout@v4