From 2d81e1d9dac8d2e7b6ea098aed0acac3ecf38451 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 22:42:48 +0900 Subject: [PATCH] FIX(ci): use crane debug image for shell support - Change crane image tag from latest to debug - Debug tag includes busybox shell for script execution --- .gitea/workflows/build-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 1fd9787..517b28c 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -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: - |