FIX(ci): use crane debug image for shell support
Some checks failed
Build and Push to Zot / build-and-push (push) Has been cancelled
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:
@@ -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:
|
||||
- |
|
||||
|
||||
Reference in New Issue
Block a user