Follow the builder image to the build org

A package namespace does not travel with the repo and gets no redirect,
so the image had stayed in internal/ after the org reorganization. It
now lives under build/, next to this repo.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-16 20:57:55 +02:00
co-authored by Claude Opus 5
parent 3b31d97c34
commit 99fc5d0369
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
#
# Build & push (the CI runner is linux/amd64):
# docker build --platform linux/amd64 -f builder.Dockerfile \
# -t git.teletypegames.org/internal/love-builder:latest .
# docker push git.teletypegames.org/internal/love-builder:latest
# -t git.teletypegames.org/build/love-builder:latest .
# docker push git.teletypegames.org/build/love-builder:latest
FROM alpine:3.22