mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-27 21:59:52 +02:00
🚧 github: Fix secrets?
This commit is contained in:
parent
e9df223d21
commit
802fa54021
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue