diff --git a/.github/workflows/pre-pull-images.yaml b/.github/workflows/pre-pull-images.yaml index 56a8fa559..7027e583f 100644 --- a/.github/workflows/pre-pull-images.yaml +++ b/.github/workflows/pre-pull-images.yaml @@ -73,6 +73,7 @@ jobs: paths: ${{ fromJSON(needs.changed-clusters.outputs.matrix) }} fail-fast: false outputs: + paths: ${{ needs.changed-clusters.outputs.matrix }} default: ${{ steps.extract-images.outputs.default }} pull: ${{ steps.extract-images.outputs.pull }} steps: