Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
ci: install jq in trigger-rhel workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Feb 2, 2024
1 parent 4df93b1 commit ee6dcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check RHEL 9 image info
id: check_image_rhel9
run: |
sudo dnf install -y skopeo
sudo dnf install -y skopeo jq
IMAGE_DIGEST=$(skopeo inspect --tls-verify=false "docker://${RHEL_REGISTRY_URL}/rhel9-rhel_bootc:rhel-9.4" | jq -r '.Digest')
IMAGE_VERSION=$(skopeo inspect --tls-verify=false "docker://${RHEL_REGISTRY_URL}/rhel9-rhel_bootc:rhel-9.4" | jq -r '.Labels.version')
Expand Down

0 comments on commit ee6dcd7

Please sign in to comment.