mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-01 10:27:56 +00:00
release new subversion
This commit is contained in:
7
docker-build-push.sh
Executable file
7
docker-build-push.sh
Executable 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
|
||||
Reference in New Issue
Block a user