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

Commit 13ad877

Browse files
committed
also change the tags of build-docker.sh to triliumnext
1 parent 138b85d commit 13ad877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/build-docker.sh

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

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

1515
if [[ $VERSION != *"beta"* ]]; then
16-
sudo docker tag zadam/trilium:$VERSION zadam/trilium:latest
16+
sudo docker tag triliumnext/notes:$VERSION triliumnext/notes:latest
1717
fi

0 commit comments

Comments
 (0)