|
|
@ -65,6 +65,7 @@ jobs:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
subimage: ["core", "dinglehopper"]
|
|
|
|
subimage: ["core", "dinglehopper"]
|
|
|
|
# TODO have one list, not multiple
|
|
|
|
# TODO have one list, not multiple
|
|
|
|
|
|
|
|
secrets: inherit
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Docker meta
|
|
|
|
name: Docker meta
|
|
|
@ -82,4 +83,3 @@ jobs:
|
|
|
|
subimage: ${{ matrix.subimage }}
|
|
|
|
subimage: ${{ matrix.subimage }}
|
|
|
|
cache-from: quratorspk/ocrd-galley-${{ matrix.subimage }}:${{ github.sha }}
|
|
|
|
cache-from: quratorspk/ocrd-galley-${{ matrix.subimage }}:${{ github.sha }}
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
secrets: inherit
|
|
|
|
|
|
|
|