Skip to content

Commit

Permalink
Podman 5.1 was released.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Pazdziora committed Jun 8, 2024
1 parent f03f91d commit dac1725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/podman-version-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: skopeo inspect docker://quay.io/podman/stable:latest > podman-latest.json
- run: diff -u <( skopeo inspect docker://quay.io/podman/stable:v5.0 | jq -r '.Digest' ) <( jq -r '.Digest' podman-latest.json )
- run: diff -u <( skopeo inspect docker://quay.io/podman/stable:v5.1.0 | jq -r '.Digest' ) <( jq -r '.Digest' podman-latest.json )
- run: cat podman-latest.json
if: ${{ failure() }}

0 comments on commit dac1725

Please sign in to comment.