Skip to content

Commit

Permalink
build(cloud): setup-buildx-action picks private buildx automatically
Browse files Browse the repository at this point in the history
No need to specify custom "version" input

Signed-off-by: David Karlsson <[email protected]>
  • Loading branch information
dvdksn committed Dec 16, 2024
1 parent d494995 commit 5b52f10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/manuals/build-cloud/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b52f10

Please sign in to comment.