This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch refactor-with-go
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/refactor-with-go by this push:
     new 9217a4e  Update deploy-ca.yml
9217a4e is described below

commit 9217a4ef5d1f8ccff858792d08ff78d555148610
Author: Albumen Kevin <[email protected]>
AuthorDate: Tue Feb 28 09:40:13 2023 +0800

    Update deploy-ca.yml
---
 .github/workflows/deploy-ca.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-ca.yml b/.github/workflows/deploy-ca.yml
index 9163e12..30daee5 100644
--- a/.github/workflows/deploy-ca.yml
+++ b/.github/workflows/deploy-ca.yml
@@ -16,7 +16,7 @@ jobs:
       - name: Login to DockerHub
         uses: docker/login-action@v2
         with:
-          username: ${{ secrets.DOCKERHUB_USERNAME }}
+          username: ${{ secrets.DOCKERHUB_USER }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
       - name: Build and push
         uses: docker/build-push-action@v2

Reply via email to