= fix, docker hook context + local context should be synced now

This commit is contained in:
Lucas Briese
2019-10-17 10:55:04 +02:00
parent 3451ea5b48
commit 4d1de41fb8
6 changed files with 11 additions and 11 deletions

View File

@ -5,7 +5,7 @@
#set -o nounset
#docker build -t "$DOCKER_REPO:lgsm_debian" "lgsm/"
cd ..
docker build -t "$DOCKER_REPO:gmod_debian" "gmod/"
docker build -t "$DOCKER_REPO:gmod_ttt_debian" "TTT/"
docker build -t "$DOCKER_REPO:latest" "TTT/"
docker build -f gmod/Dockerfile -t "$DOCKER_REPO:gmod_debian" "gmod/"
docker build -f TTT/Dockerfile -t "$DOCKER_REPO:gmod_ttt_debian" "TTT/"
docker tag "$DOCKER_REPO:gmod_ttt_debian" "$DOCKER_REPO:latest"
docker push "$DOCKER_REPO:latest"