We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce2417 commit 356c269Copy full SHA for 356c269
.github/workflows/main.yml
@@ -16,19 +16,9 @@ jobs:
16
- name: Checkout code
17
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
19
- - name: Hub login
20
- uses: docker/login-action@v3
21
- with:
22
- username: ${{ vars.DOCKERBUILDBOT_USERNAME }}
23
- password: ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
24
-
25
- name: Set up Docker Buildx
26
id: buildx
27
uses: docker/setup-buildx-action@v3
28
29
- driver: cloud
30
- endpoint: "mcp/cloud-ai-labs"
31
- install: true
32
33
- name: Lint
34
run: make lint
0 commit comments