mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-07-11 03:25:23 +02:00
CI: correct docker hub repo name
This commit is contained in:
2
build.sh
2
build.sh
@ -8,7 +8,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
VERSION=$(grep -oP '[0-9]+\.[0-9]+\.[0-9]+' "$VERSION_SHORT/Dockerfile" | head -1)
|
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
|
cd "$VERSION_SHORT" || exit
|
||||||
|
|
||||||
if [ "$TRAVIS_PULL_REQUEST" == "true" ]; then
|
if [ "$TRAVIS_PULL_REQUEST" == "true" ]; then
|
||||||
|
Reference in New Issue
Block a user