mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-05-06 13:46:32 +02: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
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user