🚧 github: Refactor to allow setting image tag from main workflow

This commit is contained in:
Gerber, Mike 2023-02-09 17:29:16 +01:00
parent a3c193043b
commit 3b2fa5b3a9
2 changed files with 7 additions and 1 deletions

View file

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