Skip to content

Commit

Permalink
fix matrix output
Browse files Browse the repository at this point in the history
  • Loading branch information
mauwii committed Sep 24, 2023
1 parent 30074bb commit 5a2758e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Create matrix
id: matrix
run: printf "targets=%s\n" "$(docker buildx bake --print | jq -cr '["\(.target | keys.[])"]')" >>"${GITHUB_OUTPUT}"
run: printf "targets=%s\n" "$(docker buildx bake --print | jq -r '"\(.target | keys)"')" >>"${GITHUB_OUTPUT}"

- name: Show matrix
run: echo '${{ steps.matrix.outputs.targets }}' | jq
Expand Down

0 comments on commit 5a2758e

Please sign in to comment.