mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-01 09:29:53 +02:00
🚢 GitHub Actions: Set edge, branch and semver tags (including latest)
This commit is contained in:
parent
83cad85b21
commit
97bfd249bd
1 changed files with 5 additions and 4 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -41,9 +41,7 @@ jobs:
|
|||
subimage: ${{ matrix.subimage }}
|
||||
tags: |
|
||||
type=sha,format=long
|
||||
type=edge,branch=master
|
||||
type=ref,event=branch
|
||||
type=semver,pattern={{version}}
|
||||
# Here: NOT the full tags, just the sha! (they get added below)
|
||||
secrets: inherit
|
||||
|
||||
build-rest:
|
||||
|
@ -94,5 +92,8 @@ jobs:
|
|||
subimage: ${{ matrix.subimage }}
|
||||
tags: |
|
||||
type=sha,format=long
|
||||
type=ref,event=tag
|
||||
type=edge,branch=master
|
||||
type=ref,event=branch
|
||||
type=semver,pattern={{version}}
|
||||
# Here: full tags
|
||||
secrets: inherit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue