Skip to content

Commit

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

0 comments on commit b0f5c8b

Please sign in to comment.