Follow the TIC-80 builder image to the build org

This repo still carries the full inline pipeline from before the config
extension, so the image reference is spelled out here rather than served
centrally — and it was the last thing pointing at the internal package
namespace, which is about to be emptied.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-16 22:32:41 +02:00
co-authored by Claude Opus 5
parent 0c021c7683
commit 1fce3edbce
+2 -2
View File
@@ -6,14 +6,14 @@ steps:
- 'make ci-version' - 'make ci-version'
- name: build - name: build
image: git.teletypegames.org/internal/tic80pro:latest image: git.teletypegames.org/build/tic80pro:latest
environment: environment:
XDG_RUNTIME_DIR: /tmp XDG_RUNTIME_DIR: /tmp
commands: commands:
- 'make ci-export' - 'make ci-export'
- name: binaries - name: binaries
image: git.teletypegames.org/internal/tic80pro:latest image: git.teletypegames.org/build/tic80pro:latest
environment: environment:
XDG_RUNTIME_DIR: /tmp XDG_RUNTIME_DIR: /tmp
commands: commands: