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
|
mountPath: /workspace
|
||||||
containers:
|
containers:
|
||||||
- name: crane
|
- name: crane
|
||||||
image: gcr.io/go-containerregistry/crane:latest
|
image: gcr.io/go-containerregistry/crane:debug
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args:
|
args:
|
||||||
- |
|
- |
|
||||||
|
|||||||
Reference in New Issue
Block a user