Skip to content

Commit

Permalink
Print docker version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Aug 26, 2024
1 parent 7306b88 commit df0c355
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- uses: n1hility/cancel-previous-runs@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Docker version
run: |
docker version
- name: Verify latest ubi8-minimal
run: |
podman pull registry.access.redhat.com/ubi8/ubi-minimal
Expand Down

0 comments on commit df0c355

Please sign in to comment.