mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-14 17:19:52 +02:00
🚧 github: Add metadata action
This commit is contained in:
parent
7256500468
commit
a3c193043b
1 changed files with 19 additions and 0 deletions
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
|
@ -30,6 +30,7 @@ jobs:
|
|||
subimage: ${{ matrix.subimage }}
|
||||
secrets: inherit
|
||||
|
||||
|
||||
test:
|
||||
needs: build-rest
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -49,3 +50,21 @@ jobs:
|
|||
run: |
|
||||
ocrd --version
|
||||
ocrd-dinglehopper --version
|
||||
|
||||
|
||||
# At this point, we have successfully built, uploaded and tested the images. We now just need to add
|
||||
# tags.
|
||||
|
||||
tag:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: |
|
||||
name/app
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue