Skip to content

Commit

Permalink
feat: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 31, 2024
1 parent cb77da7 commit 0e6500e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-pull-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Filter Images
shell: bash
run: |
yq -r '[.. | .images? | select(. != null)] | flatten | sort | unique | .[]' \
yq -r '[.. | .images? | select(. != null)] | sort | unique' \
images.yaml > images.txt
echo "$(cat images.txt)" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 0e6500e

Please sign in to comment.