From 0f423f067788266d1ce9b9b29c50439c2123469a Mon Sep 17 00:00:00 2001 From: mifi Date: Fri, 6 Feb 2026 19:51:04 -0300 Subject: [PATCH] Fix for deploy failure --- .woodpecker/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/deploy.yaml b/.woodpecker/deploy.yaml index 3428a83..c754018 100644 --- a/.woodpecker/deploy.yaml +++ b/.woodpecker/deploy.yaml @@ -12,6 +12,7 @@ steps: - name: 'Docker image build' image: docker:latest environment: + DOCKER_API_VERSION: "1.43" REGISTRY_REPO: git.mifi.dev/mifi-ventures/landing volumes: - /var/run/docker.sock:/var/run/docker.sock @@ -32,6 +33,7 @@ steps: - name: 'Push to registry' image: docker:latest environment: + DOCKER_API_VERSION: "1.43" REGISTRY_URL: git.mifi.dev REGISTRY_REPO: git.mifi.dev/mifi-ventures/landing REGISTRY_USERNAME: