Skip to content

Commit

Permalink
don't tag beta images with latest #4590
Browse files Browse the repository at this point in the history
  • Loading branch information
zadam committed Jan 21, 2024
1 parent 6e33553 commit 47fb96f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47fb96f

Please sign in to comment.