Skip to content

Commit

Permalink
collapse json to one line
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Sep 3, 2024
1 parent e42a317 commit 4492abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "date=${date}" >> $GITHUB_OUTPUT
short="${tag%.*}"
echo "short=$short" >> $GITHUB_OUTPUT
echo "matrix=$(cat .github/data/patch-images.json)" >> $GITHUB_OUTPUT
echo "matrix=$(cat .github/data/patch-images.json | jq -c)" >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
patch-images:
Expand Down

0 comments on commit 4492abb

Please sign in to comment.