From fbad7b9c1c5e1147d241878ba805c4534a17069e Mon Sep 17 00:00:00 2001 From: Sam Thibault Date: Fri, 1 Mar 2024 17:29:14 +0100 Subject: [PATCH] One word fix to gha.md Removes unnecessary "create" to improve this text: "you'll need to create build an image" --- content/scout/integrations/ci/gha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/scout/integrations/ci/gha.md b/content/scout/integrations/ci/gha.md index 3759f8dab2..267c37db94 100644 --- a/content/scout/integrations/ci/gha.md +++ b/content/scout/integrations/ci/gha.md @@ -25,7 +25,7 @@ stack up against the image you run in production. ## Steps First, set up the GitHub Action workflow to build an image. This isn't specific -to Docker Scout here, but you'll need to create build an image to have +to Docker Scout here, but you'll need to build an image to have something to compare with. Add the following to a GitHub Actions YAML file: