fix ci docker hub

This commit is contained in:
Lucas Briese
2021-11-08 18:50:15 +01:00
parent 8a36dea31c
commit 5264cfe4c0
2 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@
readonly SUFFIX="$1"
readonly BUILD_LGSM="$(grep -qF '--skip-lgsm' <<< "$@" && echo false || echo true)"
readonly repository="index.docker.io/jusito/docker-ttt"
readonly repository="${DOCKER_REPO:-jusito/docker-ttt}"
if [ "${DEBUGGING}" = "true" ]; then
set -o xtrace