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:
Nick Santos 2023-11-28 18:08:41 -05:00 committed by GitHub
parent bdaaf04632
commit e29a58c71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: