Skip to content

Commit

Permalink
Merge pull request #13 from rh-ecosystem-edge/fix-jq-filter
Browse files Browse the repository at this point in the history
Fix jq filter
  • Loading branch information
enriquebelarte authored Jan 23, 2025
2 parents bae3a68 + 3537e42 commit 0930440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-kernel-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
set -e
REGISTRY="quay.io/build-and-sign"
REPOSITORY="pa-driver-toolkit"
TAGS=$(skopeo list-tags docker://${REGISTRY}/${REPOSITORY} | jq -r '.RepoTags[]')
TAGS=$(skopeo list-tags docker://${REGISTRY}/${REPOSITORY} | jq -r '.Tags[]')
echo "::set-output name=tags::${TAGS}"

Expand Down

0 comments on commit 0930440

Please sign in to comment.