fix(ci): add /tmp to kaniko-act (r2)
/ build (push) Failing after 1s

kaniko's scratch image has no /tmp; the build script and act's
RUNNER_TEMP both assume it exists.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 11:20:59 +09:00
parent 3d7af25aed
commit 217d633853
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
# Daemonless image builder: kaniko :debug plus the /bin/sleep symlink
# act needs for job-container PID 1 (see ci/Dockerfile.kaniko-act).
# No docker socket, no privileges.
image: pi5-16.local:3005/mikkeli/kaniko-act:v1.23.2
image: pi5-16.local:3005/mikkeli/kaniko-act:v1.23.2-r2
steps:
- name: Fetch source, build, push