From 0e6500ee874d80f04d7b11f69f80aab2beb2b0f8 Mon Sep 17 00:00:00 2001 From: Steven Kreitzer Date: Tue, 31 Dec 2024 15:20:30 -0600 Subject: [PATCH] feat: testing --- .github/workflows/pre-pull-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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