from now on, "latest" docker tag won't point to beta releases, closes #476

This commit is contained in:
zadam
2019-04-21 12:48:16 +02:00
parent 1990c9399e
commit 0b0e9f2953
3 changed files with 166 additions and 242 deletions

View File

@@ -2,4 +2,4 @@
VERSION=`jq -r ".version" package.json`
sudo docker build -t zadam/trilium:latest -t zadam/trilium:$VERSION .
sudo docker build -t zadam/trilium:$VERSION .