Skip to content

Commit 356c269

Browse files
committed
Don't use Docker Build Cloud
Signed-off-by: David Gageot <[email protected]>
1 parent 7ce2417 commit 356c269

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,9 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818

19-
- name: Hub login
20-
uses: docker/login-action@v3
21-
with:
22-
username: ${{ vars.DOCKERBUILDBOT_USERNAME }}
23-
password: ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
24-
2519
- name: Set up Docker Buildx
2620
id: buildx
2721
uses: docker/setup-buildx-action@v3
28-
with:
29-
driver: cloud
30-
endpoint: "mcp/cloud-ai-labs"
31-
install: true
3222

3323
- name: Lint
3424
run: make lint

0 commit comments

Comments
 (0)