Skip to content

Commit

Permalink
fix: updates
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 31, 2024
1 parent f7f5ccc commit ed323c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-pull-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ jobs:
shell: bash
run: |
images=$(jq --null-input \
--argjson f1 "${{ fromJson(needs.default-images.outputs.images) }}" \
--argjson f2 "${{ fromJson(needs.pull-request-images.outputs.images) }}" \
--argjson f1 "'${{ needs.default-images.outputs.images }}'" \
--argjson f2 "'${{ needs.pull-request-images.outputs.images }}'" \
'($f1 - $f2) + ($f2 - $f1)' \
)
echo "images=${images}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ed323c3

Please sign in to comment.