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:51 +02:00
co-authored by Claude Fable 5
parent 3d30d4ff2f
commit ee8efc9eb6
3 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -3,13 +3,13 @@
# run luarocks (and a C compiler install) on every run.
#
# The export step keeps using the separate TIC-80 Pro image
# (git.teletype.hu/internal/tic80pro, built from the tic80pro-dockerfile
# (git.teletypegames.org/internal/tic80pro, built from the tic80pro-dockerfile
# repo) — this image only covers the Lua tooling around it.
#
# Build & push (the CI runner is linux/amd64):
# docker build --platform linux/amd64 -f builder.Dockerfile \
# -t git.teletype.hu/internal/tic80-luatools:latest .
# docker push git.teletype.hu/internal/tic80-luatools:latest
# -t git.teletypegames.org/internal/tic80-luatools:latest .
# docker push git.teletypegames.org/internal/tic80-luatools:latest
FROM alpine:3.22