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
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:
@@ -146,6 +146,7 @@ jobs:
|
||||
env:
|
||||
REGISTRY: ${{ env.GITEA_REGISTRY }}
|
||||
OWNER: ${{ env.GITEA_OWNER }}
|
||||
DOCKER_API_VERSION: "1.43"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user