FIX(ci): use crane debug image for shell support
Some checks failed
Build and Push to Zot / build-and-push (push) Has been cancelled

- Change crane image tag from latest to debug
- Debug tag includes busybox shell for script execution
This commit is contained in:
2026-01-10 22:42:48 +09:00
parent 9e2278c740
commit 2d81e1d9da

View File

@@ -43,7 +43,7 @@ jobs:
mountPath: /workspace
containers:
- name: crane
image: gcr.io/go-containerregistry/crane:latest
image: gcr.io/go-containerregistry/crane:debug
command: ["/bin/sh", "-c"]
args:
- |