also change the tags of build-docker.sh to triliumnext

This commit is contained in:
perf3ct 2024-08-08 15:17:38 -07:00
parent 138b85dd3c
commit 13ad877b2f
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232

View File

@ -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