This is an automated email from the ASF dual-hosted git repository.
qiuxiafan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-mcp.git
The following commit(s) were added to refs/heads/main by this push:
new 41c147c build: update username and password for Docker Hub (#33)
41c147c is described below
commit 41c147c9c59d402e3828004178587f22f7532254
Author: Fine0830 <[email protected]>
AuthorDate: Mon Mar 16 21:43:55 2026 +0800
build: update username and password for Docker Hub (#33)
---
.github/workflows/publish-docker.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/publish-docker.yaml
b/.github/workflows/publish-docker.yaml
index ff35cfb..1e8e0fd 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -64,8 +64,8 @@ jobs:
if: github.event_name == 'release'
with:
registry: docker.io
- username: ${{ secrets.DOCKER_USERNAME }}
- password: ${{ secrets.DOCKER_PASSWORD }}
+ username: ${{ secrets.DOCKERHUB_USER }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push docker images
if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
|| github.event_name == 'release'
run: make docker-push