Add CI builder image and use it in the pipeline

builder.Dockerfile bakes the build step's dependencies into
git.teletype.hu/internal/* so the pipeline no longer installs
packages on every run.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-31 19:17:14 +02:00
co-authored by Claude Fable 5
parent 395f761870
commit c52dce6702
3 changed files with 30 additions and 5 deletions
+1 -2
View File
@@ -6,9 +6,8 @@ steps:
- make ci-version
- name: build
image: node:22-alpine
image: git.teletype.hu/internal/phaser-builder:latest
commands:
- apk add --no-cache zip make curl
- make ci-export
- name: upload