diff --git a/.github/workflows/pre-pull-images.yaml b/.github/workflows/pre-pull-images.yaml index 01fb2551b3..a87e51c811 100644 --- a/.github/workflows/pre-pull-images.yaml +++ b/.github/workflows/pre-pull-images.yaml @@ -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