mirror of https://github.com/docker/docs.git
build(cloud): setup-buildx-action picks private buildx automatically
No need to specify custom "version" input Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
d494995646
commit
5b52f10e77
|
|
@ -74,7 +74,6 @@ jobs:
|
|||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
version: "lab:latest"
|
||||
driver: cloud
|
||||
endpoint: "<ORG>/default"
|
||||
install: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue