mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 09:02:48 +08:00
don't tag beta images with latest #4590
This commit is contained in:
parent
6e33553146
commit
47fb96faa8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yaml
vendored
1
.github/workflows/docker.yaml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
zadam/trilium
|
||||
ghcr.io/zadam/trilium
|
||||
tags: |
|
||||
type=raw,value=latest,enable=${{ !endsWith(github.ref, 'beta') }}
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}-latest
|
||||
type=match,pattern=(\d+.\d+).\d+\-beta,enable=${{ endsWith(github.ref, 'beta') }},group=1,suffix=-latest
|
||||
|
|
Loading…
Reference in a new issue