diff --git a/.tekton/hyperfleet-adapter-push.yaml b/.tekton/hyperfleet-adapter-push.yaml index 35b69f10..1ed2a0bd 100644 --- a/.tekton/hyperfleet-adapter-push.yaml +++ b/.tekton/hyperfleet-adapter-push.yaml @@ -28,6 +28,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. diff --git a/.tekton/hyperfleet-adapter-tag.yaml b/.tekton/hyperfleet-adapter-tag.yaml index 18a9a21b..79a34e69 100644 --- a/.tekton/hyperfleet-adapter-tag.yaml +++ b/.tekton/hyperfleet-adapter-tag.yaml @@ -31,6 +31,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.