We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2088113 commit a27756eCopy full SHA for a27756e
1 file changed
.github/workflows/benchmark.yml
@@ -54,6 +54,11 @@ jobs:
54
./.github/scripts/build-fleet-binaries.sh
55
./.github/scripts/build-fleet-images.sh
56
57
+ - name: Check Docker installation
58
+ run: |
59
+ docker --version
60
+ docker info
61
+
62
- name: Install k3d
63
run: curl --silent --fail https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=${{ env.SETUP_K3D_VERSION }} bash
64
0 commit comments