Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 4bc2424

Browse files
committed
Update Docker image tag in build script
1 parent 883e716 commit 4bc2424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cat package.json | grep -v electron > server-package.json
1010
echo "Compiling typescript..."
1111
npx tsc
1212

13-
sudo docker build -t zadam/trilium:$VERSION --network host -t zadam/trilium:$SERIES .
13+
sudo docker build -t triliumnext/notes:$VERSION --network host -t zadam/trilium:$SERIES .
1414

1515
if [[ $VERSION != *"beta"* ]]; then
1616
sudo docker tag zadam/trilium:$VERSION zadam/trilium:latest

0 commit comments

Comments
 (0)