Revert "don't tag beta images with latest #4590"

This reverts commit 47fb96faa8.
pull/13/head
zadam 2024-01-21 23:48:56 +07:00
parent 47fb96faa8
commit 4f8073daa7
1 changed files with 0 additions and 1 deletions

@ -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