diff --git a/.tekton/cli-pull-request.yaml b/.tekton/cli-pull-request.yaml index e5aec8657..c28560695 100644 --- a/.tekton/cli-pull-request.yaml +++ b/.tekton/cli-pull-request.yaml @@ -435,7 +435,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-cli workspaces: - name: workspace volumeClaimTemplate: diff --git a/.tekton/cli-push.yaml b/.tekton/cli-push.yaml index 8e8a58fa1..3738ef10b 100644 --- a/.tekton/cli-push.yaml +++ b/.tekton/cli-push.yaml @@ -392,7 +392,8 @@ spec: - name: IMAGE value: $(tasks.build-container.results.IMAGE_URL) - name: ADDITIONAL_TAGS - value: ["latest"] + value: + - latest runAfter: - build-container taskRef: @@ -434,7 +435,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-cli workspaces: - name: workspace volumeClaimTemplate: