mirror of https://github.com/docker/docs.git
fix: buildx bake typo
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
d16c531c59
commit
e2a43539d4
|
@ -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!
|
||||||
|
|
Loading…
Reference in New Issue