One word fix to gha.md

Removes unnecessary "create" to improve this text: "you'll need to create build an image"
This commit is contained in:
Sam Thibault 2024-03-01 17:29:14 +01:00 committed by GitHub
parent 3d7a282584
commit fbad7b9c1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: