Skip to content

Commit

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

0 comments on commit 4f8073d

Please sign in to comment.