mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
also change the tags of build-docker.sh to triliumnext
This commit is contained in:
parent
138b85dd3c
commit
13ad877b2f
@ -10,8 +10,8 @@ cat package.json | grep -v electron > server-package.json
|
||||
echo "Compiling typescript..."
|
||||
npx tsc
|
||||
|
||||
sudo docker build -t triliumnext/notes:$VERSION --network host -t zadam/trilium:$SERIES .
|
||||
sudo docker build -t triliumnext/notes:$VERSION --network host -t triliumnext/notes:$SERIES .
|
||||
|
||||
if [[ $VERSION != *"beta"* ]]; then
|
||||
sudo docker tag zadam/trilium:$VERSION zadam/trilium:latest
|
||||
sudo docker tag triliumnext/notes:$VERSION triliumnext/notes:latest
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user