ci: pin Docker API version to 1.43 (podman compat)
Some checks failed
CI/CD / typecheck (push) Successful in 41s
CI/CD / test (push) Successful in 54s
CI/CD / lint (push) Successful in 10m56s
CI/CD / build (push) Successful in 1m21s
CI/CD / docker (push) Failing after 29s
CI/CD / publish-rpm (push) Successful in 43s
CI/CD / deploy (push) Has been skipped

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 <noreply@anthropic.com>
This commit is contained in:
Michal
2026-03-09 05:22:19 +00:00
parent 50c4e9e7f4
commit a8e09787ba

View File

@@ -146,6 +146,7 @@ jobs:
env: env:
REGISTRY: ${{ env.GITEA_REGISTRY }} REGISTRY: ${{ env.GITEA_REGISTRY }}
OWNER: ${{ env.GITEA_OWNER }} OWNER: ${{ env.GITEA_OWNER }}
DOCKER_API_VERSION: "1.43"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4