mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
Revert "don't tag beta images with latest #4590"
This reverts commit 47fb96faa8.
This commit is contained in:
1
.github/workflows/docker.yaml
vendored
1
.github/workflows/docker.yaml
vendored
@@ -22,7 +22,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user