From 4bc24246ab5289e2f8f6d3f15a6d2475c6265e07 Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:51:29 -0400 Subject: [PATCH] Update Docker image tag in build script --- bin/build-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-docker.sh b/bin/build-docker.sh index 9d614eb2b..c2e921169 100755 --- a/bin/build-docker.sh +++ b/bin/build-docker.sh @@ -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