We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0994d53 commit 265f574Copy full SHA for 265f574
.github/workflows/mcp_images.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Login to Docker Hub
18
uses: docker/login-action@v3
19
with:
20
- username: dockerpublicbot
+ username: ${{ secrets.DOCKERPUBLICBOT_USERNAME }}
21
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
22
- name: Build MCP Images
23
run: |
0 commit comments