From 4890a802fcf48d8e2a4750d525f7369d2bcfafce Mon Sep 17 00:00:00 2001 From: Tom Close Date: Fri, 2 Aug 2024 11:24:08 +1000 Subject: [PATCH] check installed docker version --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c38df0b..9d438bb 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -26,6 +26,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + - name: Check Docker version + run: docker --version - name: Unset header # checkout@v2 adds a header that makes branch protection report errors # because the Github action bot is not a collaborator on the repo