mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-01 09:29:53 +02:00
🚧 github: Fix Docker tags
This commit is contained in:
parent
873f102d6e
commit
edc25ed890
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue