🚧 github: Work around that actions can't have list inputs

This commit is contained in:
Gerber, Mike 2023-02-09 17:35:08 +01:00
parent 3b2fa5b3a9
commit 8951955daf
2 changed files with 4 additions and 5 deletions

View file

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