ci: Update DOCKER_API_VERSION to 1.44 (#2102)

The Docker daemon on ubuntu-latest runners now requires minimum API
version 1.44, causing molecule kind tests to fail during cluster
teardown.

Author: Christian M. Adams
Assisted By: Claude
This commit is contained in:
Christian Adams
2026-02-16 17:27:07 -05:00
committed by GitHub
parent bfc4d8e37f
commit f9c05a5698

View File

@@ -16,7 +16,7 @@ jobs:
- --skip-tags=replicas
- -t replicas
env:
DOCKER_API_VERSION: "1.41"
DOCKER_API_VERSION: "1.44"
DEBUG_OUTPUT_DIR: /tmp/awx_operator_molecule_test
steps:
- uses: actions/checkout@v4