Skip to content

Commit

Permalink
Fix shell for tag-images step
Browse files Browse the repository at this point in the history
Fix the shell used in the tag-images script, part of the publish
task used for releases.

Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
  • Loading branch information
afrittoli authored and tekton-robot committed Apr 25, 2024
1 parent b712fc5 commit fba68b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ spec:
- name: tag-images
image: cgr.dev/chainguard/crane:latest-dev@sha256:a91db0ec686127bf25698bc102c8d887437b6717b7df15570e70927fdbf7bcc5
script: |
#!/busybox/sh
#!/bin/sh
set -ex
# Setup docker-auth
Expand Down

0 comments on commit fba68b7

Please sign in to comment.