FIX(ci): use busybox shell path in crane container
All checks were successful
Build and Push to Zot / build-and-push (push) Successful in 5m32s
All checks were successful
Build and Push to Zot / build-and-push (push) Successful in 5m32s
- Change shell path from /bin/sh to /busybox/sh - Crane debug image uses busybox-based shell
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
|||||||
containers:
|
containers:
|
||||||
- name: crane
|
- name: crane
|
||||||
image: gcr.io/go-containerregistry/crane:debug
|
image: gcr.io/go-containerregistry/crane:debug
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/busybox/sh", "-c"]
|
||||||
args:
|
args:
|
||||||
- |
|
- |
|
||||||
echo "Pushing image to ${REGISTRY}/${IMAGE_NAME}..."
|
echo "Pushing image to ${REGISTRY}/${IMAGE_NAME}..."
|
||||||
|
|||||||
Reference in New Issue
Block a user