CI: fix GHA by downgrading Docker (#1244)

* Show more information on Docker.

* Downgrade Docker on GHA.
This commit is contained in:
Felix Fontein
2026-02-14 21:29:04 +01:00
committed by GitHub
parent 67448fd5bb
commit 241ba443ac
3 changed files with 48 additions and 1 deletions
@@ -70,6 +70,26 @@
state: touch
when: docker_skip_cleanup
- name: Retrieve more information (0/4)
ansible.builtin.command:
cmd: sh -c export
- name: Retrieve more information (1/4)
ansible.builtin.command:
cmd: docker version
- name: Retrieve more information (2/4)
ansible.builtin.command:
cmd: docker info
- name: Retrieve more information (3/4)
ansible.builtin.command:
cmd: docker context ls
- name: Retrieve more information (4/4)
ansible.builtin.command:
cmd: which docker
# Detect docker API version
- name: Check Docker API version
ansible.builtin.command: "docker version -f {% raw %}'{{(index .Server.Components 0).Details.ApiVersion}}'{% endraw %}"