diff --git a/.tekton/hyperfleet-applier-push.yaml b/.tekton/hyperfleet-applier-push.yaml index 39265a1..73b7ed4 100644 --- a/.tekton/hyperfleet-applier-push.yaml +++ b/.tekton/hyperfleet-applier-push.yaml @@ -27,6 +27,8 @@ spec: value: ./Dockerfile - name: path-context value: . + - name: prefetch-input + value: '{"type": "gomod"}' pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.