Skip to content

Commit

Permalink
fix(workflows): parse image output as JSON to ensure proper handling
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1026 committed Dec 11, 2024
1 parent 255c991 commit 0326394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/running-variations-of-jobs-in-a-workflow#example-adding-configurations
matrix:
image: ${{ needs.foundation.outputs.images }}
image: ${{ fromJson(needs.foundation.outputs.images) }}
exclude:
- image: all
include:
Expand Down

0 comments on commit 0326394

Please sign in to comment.