Skip to content

Commit faccef8

Browse files
afrittolitekton-robot
authored andcommitted
Fix the shell in crane image
The auth step in the publish task uses /busybox/sh in the crane image but that does not exists anymore, switch to /bin/sh Signed-off-by: Andrea Frittoli <[email protected]>
1 parent b419b2c commit faccef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tekton/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
- name: container-registry-auth
6464
image: cgr.dev/chainguard/crane:latest-dev@sha256:a91db0ec686127bf25698bc102c8d887437b6717b7df15570e70927fdbf7bcc5
6565
script: |
66-
#!/busybox/sh
66+
#!/bin/sh
6767
set -ex
6868
6969
# Login to the container registry

0 commit comments

Comments
 (0)