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

mikexue pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/eventmesh-dashboard.git


The following commit(s) were added to refs/heads/main by this push:
     new 7757db8  [ISSUE #6] Fix DockerHub PASSWORD obtaining (#7)
7757db8 is described below

commit 7757db8a26989cf5337de5bbe54fc43348b124cf
Author: Pil0tXia <[email protected]>
AuthorDate: Thu Aug 31 16:55:46 2023 +0800

    [ISSUE #6] Fix DockerHub PASSWORD obtaining (#7)
    
    * feat: add docker build manual and fix dockerhub push
    
    * Use DOCKERHUB_TOKEN instead of DOCKERHUB_PASSWORD
    
    Fixes #6
---
 .github/workflows/build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 5e748a6..be2c833 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -32,7 +32,7 @@ jobs:
         uses: docker/login-action@v2
         with:
           username: ${{ secrets.DOCKERHUB_USERNAME }}
-          password: ${{ secrets.DOCKERHUB_PASSWORD }}
+          password: ${{ secrets.DOCKERHUB_TOKEN }}
       - name: Build and push
         uses: docker/build-push-action@v4
         with:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to