Skip to content

Commit

Permalink
fixup! Filter images
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kuro committed Jul 22, 2023
1 parent 9fcdc45 commit a1e33d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mysql-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
done
json_output=$(printf '%s\n' "${array[@]}" | jq -R . | jq -s .)
json_output=$(printf '%s\n' "${array[@]}" | jq -R . | jq -s . | jq -c .)
echo "mysql-versions=$json_output" >> "$GITHUB_OUTPUT"
tests:
Expand Down

0 comments on commit a1e33d5

Please sign in to comment.