mirror of
https://github.com/simon987/sist2.git
synced 2025-12-15 16:29:04 +00:00
User scripts, bug fixes, docker image
This commit is contained in:
8
Docker/build.sh
Executable file
8
Docker/build.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
cp ../sist2 .
|
||||
|
||||
version=$(./sist2 --version)
|
||||
|
||||
echo "Version ${version}"
|
||||
docker build . -t simon987/sist2:${version} -t simon987/sist2:latest
|
||||
docker push simon987/sist2:${version}
|
||||
docker push simon987/sist2:latest
|
||||
Reference in New Issue
Block a user