diff --git a/.tekton/conforma-cli-stack-pull-request.yaml b/.tekton/conforma-cli-stack-pull-request.yaml index 325a39378f4..604788defc5 100644 --- a/.tekton/conforma-cli-stack-pull-request.yaml +++ b/.tekton/conforma-cli-stack-pull-request.yaml @@ -32,7 +32,7 @@ spec: - name: revision value: '{{revision}}' - name: hermetic - value: "true" + value: "false" - name: build-source-image value: "true" pipelineRef: diff --git a/.tekton/conforma-cli-stack-push.yaml b/.tekton/conforma-cli-stack-push.yaml index eef91c3a9c9..f695d5c7e6f 100644 --- a/.tekton/conforma-cli-stack-push.yaml +++ b/.tekton/conforma-cli-stack-push.yaml @@ -29,7 +29,7 @@ spec: - name: revision value: '{{revision}}' - name: hermetic - value: "true" + value: "false" - name: build-source-image value: "true" pipelineRef: