mirror of https://github.com/docker/docs.git
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:
parent
3d7a282584
commit
fbad7b9c1c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue