From 96bf843626afff7cd429af46a173ca804dd40b53 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Tue, 31 Dec 2024 10:06:09 -0500 Subject: [PATCH] fix: updates Signed-off-by: Devin Buhl --- .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 e71344bfba4d6..94f32bcb4fcc3 100644 --- a/.github/workflows/pre-pull-images.yaml +++ b/.github/workflows/pre-pull-images.yaml @@ -148,7 +148,7 @@ jobs: images=$(jq --compact-output --null-input \ --argjson f1 '${{ needs.default-images.outputs.images }}' \ --argjson f2 '${{ needs.pull-request-images.outputs.images }}' \ - '($f1 - $f2) + ($f2 - $f1)' \ + '$f2 - $f1' \ ) echo "images=${images}" >> $GITHUB_OUTPUT echo "${images}"