diff --git a/tekton/publish.yaml b/tekton/publish.yaml index bb94ae7164a..39e0aeb82a2 100644 --- a/tekton/publish.yaml +++ b/tekton/publish.yaml @@ -137,7 +137,7 @@ spec: # For each cmd/* directory, include a full gzipped tar of all source in # vendor/. This is overkill. Some deps' licenses require the source to be # included in the container image when they're used as a dependency. - # Rather than trying to determine which deps have this requirement (an(params.imageRegistryd + # Rather than trying to determine which deps have this requirement (and # probably get it wrong), we'll just targz up the whole vendor tree and # include it. As of 9/20/2019, this amounts to about 11MB of additional # data in each image.