mirror of https://github.com/docker/docs.git
Update buildx setup instructions to use `install: true`
Currently, `install` defaults to false. Setting `install` to true makes `docker build` use the new builder.
This commit is contained in:
parent
bdaaf04632
commit
e29a58c71a
|
@ -236,6 +236,7 @@ jobs:
|
|||
version: "lab:latest"
|
||||
driver: cloud
|
||||
endpoint: "<ORG>/default"
|
||||
install: true
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue