🚧 github: Fix 'needs' to have access to matrix

test/github-actions
Gerber, Mike 1 year ago
parent 67d3ff0f85
commit 257a568933

@ -44,7 +44,7 @@ jobs:
secrets: inherit
build-rest:
needs: build-core
needs: [matrix, build-core]
strategy:
matrix:
subimage: ${{ fromJson(needs.matrix.outputs.rest) }}
@ -82,7 +82,7 @@ jobs:
# cache from.
push-with-tags:
needs: test
needs: [matrix, test]
strategy:
matrix:
subimage: ${{ fromJson(needs.matrix.outputs.all) }}

Loading…
Cancel
Save