🚧 github: Fix Docker tags

This commit is contained in:
Gerber, Mike 2023-02-09 17:38:05 +01:00
parent 873f102d6e
commit edc25ed890

View file

@ -18,7 +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-${{ matrix.subimage }}:${{ github.sha }}
secrets: inherit
build-rest:
@ -29,7 +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-${{ matrix.subimage }}:${{ github.sha }}
secrets: inherit