diff --git a/tekton/build-publish-images-manifests.yaml b/tekton/build-publish-images-manifests.yaml index 9828dd3ca..ee60b5d56 100644 --- a/tekton/build-publish-images-manifests.yaml +++ b/tekton/build-publish-images-manifests.yaml @@ -192,7 +192,7 @@ spec: - name: tag-images image: cgr.dev/chainguard/crane:latest-dev@sha256:6fc6fcdeb173c7951f038e6a7b230f586c1be05a011d9e6f9db6c614ec412c2f script: | - #!/busybox/sh + #!/bin/sh set -ex # Setup docker-auth diff --git a/tekton/operator-release-pipeline.yaml b/tekton/operator-release-pipeline.yaml index d6db2816c..c977f0d35 100644 --- a/tekton/operator-release-pipeline.yaml +++ b/tekton/operator-release-pipeline.yaml @@ -216,7 +216,7 @@ spec: - name: platforms value: $(params.platforms) - name: serviceAccountPath - value: $(params.serviceAccountPath) + value: $(params.serviceAccountImagesPath) - name: kubeDistro value: kubernetes - name: releaseFilePrefix @@ -264,7 +264,7 @@ spec: - name: platforms value: $(params.platforms) - name: serviceAccountPath - value: $(params.serviceAccountPath) + value: $(params.serviceAccountImagesPath) - name: kubeDistro value: openshift - name: releaseFilePrefix