mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-17 18:49:52 +02:00
🚢 GitHub Actions: Note about 'latest' behavior
This commit is contained in:
parent
97bfd249bd
commit
287273ca57
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -96,4 +96,7 @@ jobs:
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
# Here: full tags
|
# Here: full tags
|
||||||
|
# Note: Do NOT use event=tag here, unless re-configuring the "latest"
|
||||||
|
# behavior too as that triggers on event=tag by default. By default,
|
||||||
|
# "latest" triggers on type=semver here, too (which is wanted).
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue