diff --git a/.tekton/netobserv-ebpf-agent-ystream-pull-request.yaml b/.tekton/netobserv-ebpf-agent-ystream-pull-request.yaml
index dc4454523b14a1a4dd97281ede9f9cbff7044c81..956004deabe01846f0da308a2da7fd3eb95c3850 100644
--- a/.tekton/netobserv-ebpf-agent-ystream-pull-request.yaml
+++ b/.tekton/netobserv-ebpf-agent-ystream-pull-request.yaml
@@ -31,6 +31,10 @@ spec:
   - name: dockerfile
     value: Dockerfile.downstream
   - name: build-platforms
-    value: ["linux/x86_64"]
+    value:
+    - linux/x86_64
   pipelineRef:
     name: build-pipeline
+  taskRunTemplate:
+    serviceAccountName: build-pipeline-netobserv-ebpf-agent-ystream
+status: {}
diff --git a/.tekton/netobserv-ebpf-agent-ystream-push.yaml b/.tekton/netobserv-ebpf-agent-ystream-push.yaml
index 34ceae0a514e4a420896cd6aca45d90993f46c61..0e9105cbfcc1fa16022bb5bd7dea3df3778f62a2 100644
--- a/.tekton/netobserv-ebpf-agent-ystream-push.yaml
+++ b/.tekton/netobserv-ebpf-agent-ystream-push.yaml
@@ -2,11 +2,11 @@ apiVersion: tekton.dev/v1
 kind: PipelineRun
 metadata:
   annotations:
+    build.appstudio.openshift.io/build-nudge-files: hack/nudging/container_digest.sh
     build.appstudio.openshift.io/repo: https://github.com/netobserv/netobserv-ebpf-agent?rev={{revision}}
     build.appstudio.redhat.com/commit_sha: '{{revision}}'
     build.appstudio.redhat.com/target_branch: '{{target_branch}}'
     pipelinesascode.tekton.dev/max-keep-runs: "3"
-    build.appstudio.openshift.io/build-nudge-files: "hack/nudging/container_digest.sh"
     pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
       == "main"
   creationTimestamp: null
@@ -30,3 +30,6 @@ spec:
     value: Dockerfile.downstream
   pipelineRef:
     name: build-pipeline
+  taskRunTemplate:
+    serviceAccountName: build-pipeline-netobserv-ebpf-agent-ystream
+status: {}