~ try 204, automated build vs me

This commit is contained in:
Lucas Briese
2019-10-17 12:38:20 +02:00
parent 0b560e0660
commit 40a74afc65
6 changed files with 15 additions and 12 deletions

View File

@ -4,4 +4,5 @@
#set -o pipefail
#set -o nounset
ls -lA
ls -lA
ls -lA ..

View File

@ -4,12 +4,14 @@
#set -o pipefail
#set -o nounset
ls -lA
#docker build -t "$DOCKER_REPO:lgsm_debian" "lgsm/"
docker build -f gmod/Dockerfile -t "$DOCKER_REPO:gmod_debian" "."
docker build -f TTT/Dockerfile -t "$DOCKER_REPO:gmod_ttt_debian" "."
cd ..
docker build -t "$DOCKER_REPO:gmod_debian" "gmod/"
docker build -t "$DOCKER_REPO:gmod_ttt_debian" "TTT/"
docker tag "$DOCKER_REPO:gmod_ttt_debian" "$DOCKER_REPO:latest"
docker push "$DOCKER_REPO:latest"
docker push "$DOCKER_REPO:gmod_debian"
docker push "$DOCKER_REPO:gmod_ttt_debian"
docker push "$DOCKER_REPO:latest"