mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-08-18 08:19:52 +02:00
🚧 github: Fix 'needs' to have access to matrix
This commit is contained in:
parent
67d3ff0f85
commit
257a568933
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
build-rest:
|
build-rest:
|
||||||
needs: build-core
|
needs: [matrix, build-core]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
subimage: ${{ fromJson(needs.matrix.outputs.rest) }}
|
subimage: ${{ fromJson(needs.matrix.outputs.rest) }}
|
||||||
|
@ -82,7 +82,7 @@ jobs:
|
||||||
# cache from.
|
# cache from.
|
||||||
|
|
||||||
push-with-tags:
|
push-with-tags:
|
||||||
needs: test
|
needs: [matrix, test]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
subimage: ${{ fromJson(needs.matrix.outputs.all) }}
|
subimage: ${{ fromJson(needs.matrix.outputs.all) }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue