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:
+2
-2
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user