fix(ci): build in the known-good kaniko-act
/ build (push) Successful in 1m5s
/ pin (push) Successful in 10s

The org rebuild exits 0 but produces an image without /tmp, so the
source fetch fails. Runner image still publishes to the org namespace;
only the builder stays put.
This commit is contained in:
2026-08-11 20:34:07 +09:00
parent 905a1051a8
commit 4f134af7bc
+4 -1
View File
@@ -14,7 +14,10 @@ jobs:
# Daemonless image builder: kaniko :debug plus the /bin/sleep symlink # Daemonless image builder: kaniko :debug plus the /bin/sleep symlink
# act needs for job-container PID 1 (see ci/Dockerfile.kaniko-act). # act needs for job-container PID 1 (see ci/Dockerfile.kaniko-act).
# No docker socket, no privileges. # No docker socket, no privileges.
image: pi5-16.local:3005/novoyuuparosk-wiki/kaniko-act:v1.23.2-r2 # Deliberately the `mikkeli` copy: the org rebuild of kaniko-act loses
# /tmp (kaniko does not persist the empty dir), which breaks the wget
# below. See build-kaniko-act.yml. Do not repoint without testing.
image: pi5-16.local:3005/mikkeli/kaniko-act:v1.23.2-r2
steps: steps:
- name: Fetch source, build, push - name: Fetch source, build, push