updated dockersep config

This commit is contained in:
Tobias Kessels
2019-05-06 00:29:50 +02:00
parent 0cabd31ada
commit bcc2bb2684
5 changed files with 27 additions and 15 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
docker build -t tabledevil/sep:latest -f sep_dev.dockerfile .
docker build --no-cache -t tabledevil/sep:latest -f sep_dev.dockerfile .
tag=$(docker run -it tabledevil/sep:latest version | grep -Pio "(?<=Dockertag: )[\d._]+" )
echo "NEW TAG : ${tag}"
docker tag tabledevil/sep tabledevil/sep:${tag}