CI: correct docker hub repo name

This commit is contained in:
Sandro Jäckel 2019-05-17 19:57:33 +02:00
parent 98ea8a27c1
commit 2eea2a25e4
No known key found for this signature in database
GPG Key ID: 236B6291555E8401

View File

@ -8,7 +8,7 @@ else
fi
VERSION=$(grep -oP '[0-9]+\.[0-9]+\.[0-9]+' "$VERSION_SHORT/Dockerfile" | head -1)
DOCKER_REPO=factoriotools/docker_factorio_server
DOCKER_REPO=factoriotools/factorio-docker
cd "$VERSION_SHORT" || exit
if [ "$TRAVIS_PULL_REQUEST" == "true" ]; then