mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-01 09:29:53 +02:00
🚧 github: Fix inheriting secrets...
This commit is contained in:
parent
6bcbba036d
commit
b742a0d471
2 changed files with 5 additions and 7 deletions
2
.github/workflows/build-subimage.yml
vendored
2
.github/workflows/build-subimage.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
secrets:
|
||||
DOCKERHUB_USERNAME:
|
||||
required: true
|
||||
DOCKERHUB_PASSWORD:
|
||||
DOCKERHUB_TOKEN:
|
||||
required: true
|
||||
|
||||
|
||||
|
|
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: build
|
||||
|
||||
on:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
|
@ -9,6 +10,7 @@ on:
|
|||
- 'test/github-actions'
|
||||
|
||||
jobs:
|
||||
|
||||
build-core:
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -16,9 +18,7 @@ jobs:
|
|||
uses: ./.github/workflows/build-subimage.yml
|
||||
with:
|
||||
subimage: ${{ matrix.subimage }}
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
secrets: inherit
|
||||
|
||||
build-rest:
|
||||
strategy:
|
||||
|
@ -27,6 +27,4 @@ jobs:
|
|||
uses: ./.github/workflows/build-subimage.yml
|
||||
with:
|
||||
subimage: ${{ matrix.subimage }}
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
secrets: inherit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue