mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
added docker build, closes #106
This commit is contained in:
9
bin/push-docker-image.sh
Normal file
9
bin/push-docker-image.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ $# -eq 0 ]] ; then
|
||||
echo "Missing argument of new version"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
docker push zadam/trilium:latest
|
||||
docker push zadam/trilium:$1
|
||||
Reference in New Issue
Block a user