Skip to content

Commit

Permalink
Fix jq filter
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Belarte Luque <[email protected]>
  • Loading branch information
enriquebelarte committed Jan 23, 2025
1 parent bae3a68 commit 3537e42
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 3537e42

Please sign in to comment.