diff --git a/.tekton/hyperfleet-api-push.yaml b/.tekton/hyperfleet-api-push.yaml index 4dfb4a39..5a88985b 100644 --- a/.tekton/hyperfleet-api-push.yaml +++ b/.tekton/hyperfleet-api-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-api-tag.yaml b/.tekton/hyperfleet-api-tag.yaml index 9ec58114..33c90ab9 100644 --- a/.tekton/hyperfleet-api-tag.yaml +++ b/.tekton/hyperfleet-api-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.