|
|
|
@ -22,7 +22,6 @@ jobs:
|
|
|
|
zadam/trilium
|
|
|
|
zadam/trilium
|
|
|
|
ghcr.io/zadam/trilium
|
|
|
|
ghcr.io/zadam/trilium
|
|
|
|
tags: |
|
|
|
|
tags: |
|
|
|
|
type=raw,value=latest,enable=${{ !endsWith(github.ref, 'beta') }}
|
|
|
|
|
|
|
|
type=semver,pattern={{version}}
|
|
|
|
type=semver,pattern={{version}}
|
|
|
|
type=semver,pattern={{major}}.{{minor}}-latest
|
|
|
|
type=semver,pattern={{major}}.{{minor}}-latest
|
|
|
|
type=match,pattern=(\d+.\d+).\d+\-beta,enable=${{ endsWith(github.ref, 'beta') }},group=1,suffix=-latest
|
|
|
|
type=match,pattern=(\d+.\d+).\d+\-beta,enable=${{ endsWith(github.ref, 'beta') }},group=1,suffix=-latest
|
|
|
|
|