Skip to content

Commit b63c4e4

Browse files
committed
build(cloud): setup-buildx-action picks private buildx automatically
No need to specify custom "version" input Signed-off-by: David Karlsson <[email protected]>
1 parent d494995 commit b63c4e4

File tree

1 file changed

+0
-2
lines changed
  • content/manuals/build-cloud

1 file changed

+0
-2
lines changed

content/manuals/build-cloud/ci.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,8 @@ jobs:
7474
- name: Set up Docker Buildx
7575
uses: docker/setup-buildx-action@v3
7676
with:
77-
version: "lab:latest"
7877
driver: cloud
7978
endpoint: "<ORG>/default"
80-
install: true
8179

8280
- name: Build and push
8381
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)