Update Docker image tag in build script

This commit is contained in:
slashtechno 2024-08-07 15:51:29 -04:00
parent 883e71612c
commit 4bc24246ab
No known key found for this signature in database
GPG Key ID: 8EC1D9D9286C2B17

View File

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