mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-12-25 02:18:22 +01:00
CI: correct docker hub repo name
This commit is contained in:
parent
98ea8a27c1
commit
2eea2a25e4
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
|
||||||
|
Loading…
Reference in New Issue
Block a user