🚧 github: Fix Docker tags

test/github-actions
Gerber, Mike 1 year ago
parent 873f102d6e
commit edc25ed890

@ -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

Loading…
Cancel
Save