Skip to content

Commit

Permalink
Fixed usage of transformed data
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Feb 13, 2024
1 parent 031abb0 commit 4d2112e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
id-token: write
packages: write
strategy:
matrix: ${{ fromJSON(needs.transform.outputs.images) }}
matrix: ${{ fromJSON(needs.transform.outputs) }}
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
image: ${{ matrix.image }}
Expand Down

0 comments on commit 4d2112e

Please sign in to comment.