mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +08:00
Update Docker image tag in build script
This commit is contained in:
parent
883e71612c
commit
4bc24246ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue