|
|
@ -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) }}
|
|
|
|