Use the canonical git server name (git.teletypegames.org)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-31 19:20:50 +02:00
co-authored by Claude Fable 5
parent 463cce6a52
commit 3d22e273ea
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
# Build & push (the CI runner is linux/amd64):
# docker build --platform linux/amd64 -f builder.Dockerfile \
# --build-arg GODOT_VERSION=4.6 \
# -t git.teletype.hu/internal/godot-builder:4.6 .
# docker push git.teletype.hu/internal/godot-builder:4.6
# -t git.teletypegames.org/internal/godot-builder:4.6 .
# docker push git.teletypegames.org/internal/godot-builder:4.6
ARG GODOT_VERSION=4.6
FROM barichello/godot-ci:${GODOT_VERSION}