diff --git a/ships/0031-shipwright-trigger.md b/ships/0031-shipwright-trigger.md index dd0580d..93ed885 100644 --- a/ships/0031-shipwright-trigger.md +++ b/ships/0031-shipwright-trigger.md @@ -9,7 +9,7 @@ This enhancement proposal describes how Shipwright will react to: - WebHooks: Handles WebHook requests from Git service providers, like GitHub, in order to activate a Build - Tekton Pipelines: Integration between Tekton Pipelines and Shipwright, Builds will be triggered when a given Pipeline has reach the desired status - Tekton [Custom-Tasks](https://github.com/tektoncd/community/blob/main/teps/0002-custom-tasks.md) (Run): A new Custom Task will allow users to call out Shipwright Builds directly from Pipelines -Images: Integration with the new Shipwright [Image project](https://github.com/shipwright-io/image), changes to any Images managed by that project that serve as input into a Shipwright Build will initiate new BuildRuns when any of those images change. +- Images: Integration with the new Shipwright [Image project](https://github.com/shipwright-io/image), changes to any Images managed by that project that serve as input into a Shipwright Build will initiate new BuildRuns when any of those images change. # Motivation