mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-27 21:59:52 +02:00
🚧 github: Explicitly pass secrets
This commit is contained in:
parent
0022e4a275
commit
6bcbba036d
1 changed files with 6 additions and 2 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -16,7 +16,9 @@ jobs:
|
||||||
uses: ./.github/workflows/build-subimage.yml
|
uses: ./.github/workflows/build-subimage.yml
|
||||||
with:
|
with:
|
||||||
subimage: ${{ matrix.subimage }}
|
subimage: ${{ matrix.subimage }}
|
||||||
secrets: inherit
|
secrets:
|
||||||
|
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
build-rest:
|
build-rest:
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -25,4 +27,6 @@ jobs:
|
||||||
uses: ./.github/workflows/build-subimage.yml
|
uses: ./.github/workflows/build-subimage.yml
|
||||||
with:
|
with:
|
||||||
subimage: ${{ matrix.subimage }}
|
subimage: ${{ matrix.subimage }}
|
||||||
secrets: inherit
|
secrets:
|
||||||
|
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue