+ docker automated build hook

This commit is contained in:
Lucas Briese 2019-10-15 16:29:50 +02:00
parent 1819fac32e
commit 612146d4a9

10
hooks/pre_push Normal file
View File

@ -0,0 +1,10 @@
#!/bin/sh
#set -o errexit
#set -o pipefail
#set -o nounset
docker build -t "$DOCKER_REPO:lgsm_debian" "lgsm/"
docker build -t "$DOCKER_REPO:gmod_debian" "gmod/"
docker build -t "$DOCKER_REPO:gmod_ttt_debian" "TTT/"
docker build -t "$DOCKER_REPO:latest" "TTT/"