fix: buildx bake typo

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-12-11 22:34:17 +01:00
parent d16c531c59
commit e2a43539d4
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ test your site locally first. Local tests check for broken links, incorrectly
formatted markup, and other things. To run the tests: formatted markup, and other things. To run the tests:
```console ```console
$ docker build bake validate $ docker buildx bake validate
``` ```
If this command doesn't result in any errors, you're good to go! If this command doesn't result in any errors, you're good to go!