diff --git a/.tekton/kserve-agent-pull-request.yaml b/.tekton/kserve-agent-pull-request.yaml index 6b1324cc4df..a3ca1751aed 100644 --- a/.tekton/kserve-agent-pull-request.yaml +++ b/.tekton/kserve-agent-pull-request.yaml @@ -30,6 +30,8 @@ spec: value: agent.Dockerfile - name: hermetic value: "true" + - name: prefetch-input + value: '{"type": "gomod", "path": "."}' pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.