From e2a43539d4df3ae60a372e163dbf49bbf1136acc Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:34:17 +0100 Subject: [PATCH] fix: buildx bake typo Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16127e752a..c2d38e0af5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: ```console -$ docker build bake validate +$ docker buildx bake validate ``` If this command doesn't result in any errors, you're good to go!