Skip to content

Commit 265f574

Browse files
committed
Use secret for dockerpublicbot username
1 parent 0994d53 commit 265f574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mcp_images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Login to Docker Hub
1818
uses: docker/login-action@v3
1919
with:
20-
username: dockerpublicbot
20+
username: ${{ secrets.DOCKERPUBLICBOT_USERNAME }}
2121
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
2222
- name: Build MCP Images
2323
run: |

0 commit comments

Comments
 (0)