|
|
@ -18,6 +18,8 @@ jobs:
|
|
|
|
uses: ./.github/workflows/build-subimage.yml
|
|
|
|
uses: ./.github/workflows/build-subimage.yml
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
subimage: ${{ matrix.subimage }}
|
|
|
|
subimage: ${{ matrix.subimage }}
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- quratorspk/ocrd-galley-${{ inputs.subimage }}:${{ github.sha }}
|
|
|
|
secrets: inherit
|
|
|
|
secrets: inherit
|
|
|
|
|
|
|
|
|
|
|
|
build-rest:
|
|
|
|
build-rest:
|
|
|
@ -28,6 +30,8 @@ jobs:
|
|
|
|
uses: ./.github/workflows/build-subimage.yml
|
|
|
|
uses: ./.github/workflows/build-subimage.yml
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
subimage: ${{ matrix.subimage }}
|
|
|
|
subimage: ${{ matrix.subimage }}
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- quratorspk/ocrd-galley-${{ inputs.subimage }}:${{ github.sha }}
|
|
|
|
secrets: inherit
|
|
|
|
secrets: inherit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|