Skip to content

Commit fba68b7

Browse files
afrittolitekton-robot
authored andcommitted
Fix shell for tag-images step
Fix the shell used in the tag-images script, part of the publish task used for releases. Signed-off-by: Andrea Frittoli <[email protected]>
1 parent b712fc5 commit fba68b7

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
@@ -189,7 +189,7 @@ spec:
189189
- name: tag-images
190190
image: cgr.dev/chainguard/crane:latest-dev@sha256:a91db0ec686127bf25698bc102c8d887437b6717b7df15570e70927fdbf7bcc5
191191
script: |
192-
#!/busybox/sh
192+
#!/bin/sh
193193
set -ex
194194
195195
# Setup docker-auth

0 commit comments

Comments
 (0)