From e29a58c71a41938a97d802106bcdcdae3499fe9a Mon Sep 17 00:00:00 2001 From: Nick Santos Date: Tue, 28 Nov 2023 18:08:41 -0500 Subject: [PATCH] Update buildx setup instructions to use `install: true` Currently, `install` defaults to false. Setting `install` to true makes `docker build` use the new builder. --- content/build/hydrobuild.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/build/hydrobuild.md b/content/build/hydrobuild.md index 69dec003e2..d71be64316 100644 --- a/content/build/hydrobuild.md +++ b/content/build/hydrobuild.md @@ -236,6 +236,7 @@ jobs: version: "lab:latest" driver: cloud endpoint: "/default" + install: true - name: Build and push uses: docker/build-push-action@v5 with: