Skip to content

Commit

Permalink
fix typo in patch-images json
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Sep 3, 2024
1 parent 802888a commit e42a317
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)" >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
patch-images:
Expand Down

0 comments on commit e42a317

Please sign in to comment.