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 5039448 commit cb77da7
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,9 +48,9 @@ jobs:
- name: Filter Images
shell: bash
run: |
echo "$(cat images.yaml)" >> $GITHUB_STEP_SUMMARY
yq -r '[.. | .images? | select(. != null)] | flatten | sort | unique | .[]' \
images.yaml > images.txt
echo "$(cat images.txt)" >> $GITHUB_STEP_SUMMARY
- name: Extract Images
id: extract-images
Expand Down

0 comments on commit cb77da7

Please sign in to comment.