mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-17 10:39:53 +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
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue