mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Update Docker image tag in build script
This commit is contained in:
parent
883e71612c
commit
4bc24246ab
@ -10,7 +10,7 @@ cat package.json | grep -v electron > server-package.json
|
||||
echo "Compiling typescript..."
|
||||
npx tsc
|
||||
|
||||
sudo docker build -t zadam/trilium:$VERSION --network host -t zadam/trilium:$SERIES .
|
||||
sudo docker build -t triliumnext/notes:$VERSION --network host -t zadam/trilium:$SERIES .
|
||||
|
||||
if [[ $VERSION != *"beta"* ]]; then
|
||||
sudo docker tag zadam/trilium:$VERSION zadam/trilium:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user