release new subversion

This commit is contained in:
Yuli
2024-08-05 17:04:07 +03:00
parent a7ff29493a
commit 5409e96ea8
3 changed files with 9 additions and 2 deletions

7
docker-build-push.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
VERSION=$(cat ./version.txt)
docker build -t securitybunker/databunker:$VERSION .
docker tag securitybunker/databunker:$VERSION securitybunker/databunker:latest
docker push securitybunker/databunker:$VERSION
docker push securitybunker/databunker:latest