We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29b5d4 commit 63f20ebCopy full SHA for 63f20eb
.github/workflows/mcp_images.yml
@@ -12,17 +12,17 @@ jobs:
12
with:
13
repository: modelcontextprotocol/servers
14
ref: ${{ github.event.client_payload.ref }}
15
+ - name: Login to Docker Hub
16
+ uses: docker/login-action@v3
17
+ with:
18
+ username: ${{ secrets.DOCKERPUBLICBOT_USERNAME }}
19
+ password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
20
- name: Set up Docker Buildx
21
uses: docker/setup-buildx-action@v3
22
23
driver: cloud
24
endpoint: "mcp/cloud-ai-labs"
25
install: true
- - name: Login to Docker Hub
- uses: docker/login-action@v3
- with:
- username: ${{ secrets.DOCKERPUBLICBOT_USERNAME }}
- password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
26
- name: Build MCP Images
27
run: |
28
top_level_folder=$(pwd)
0 commit comments