Skip to content

Commit

Permalink
check installed docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Aug 2, 2024
1 parent 76ece29 commit 4890a80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4890a80

Please sign in to comment.