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 73eb851 commit 96bf843
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 @@ -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}"
Expand Down

0 comments on commit 96bf843

Please sign in to comment.