From 1fce3edbce6c70c9a0033d8fb3db2b5efa5705eb Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sun, 16 Aug 2026 22:32:41 +0200 Subject: [PATCH] Follow the TIC-80 builder image to the build org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 048bfdc..0dded58 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,14 +6,14 @@ steps: - 'make ci-version' - name: build - image: git.teletypegames.org/internal/tic80pro:latest + image: git.teletypegames.org/build/tic80pro:latest environment: XDG_RUNTIME_DIR: /tmp commands: - 'make ci-export' - name: binaries - image: git.teletypegames.org/internal/tic80pro:latest + image: git.teletypegames.org/build/tic80pro:latest environment: XDG_RUNTIME_DIR: /tmp commands: