This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
The following commit(s) were added to refs/heads/main by this push:
new e11aa93c ci(github): rename the secret name
e11aa93c is described below
commit e11aa93c14c50c0c038b36403e0c943d4719366e
Author: LinkinStars <[email protected]>
AuthorDate: Fri Nov 17 18:53:26 2023 +0800
ci(github): rename the secret name
---
.github/workflows/build-image-for-release.yml | 2 +-
.github/workflows/build-image-for-test.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-image-for-release.yml
b/.github/workflows/build-image-for-release.yml
index d6db2279..2f2ea679 100644
--- a/.github/workflows/build-image-for-release.yml
+++ b/.github/workflows/build-image-for-release.yml
@@ -53,7 +53,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
- username: ${{ secrets.DOCKERHUB_USERNAME }}
+ username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
diff --git a/.github/workflows/build-image-for-test.yml
b/.github/workflows/build-image-for-test.yml
index 46989815..e2ffa80f 100644
--- a/.github/workflows/build-image-for-test.yml
+++ b/.github/workflows/build-image-for-test.yml
@@ -46,7 +46,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
- username: ${{ secrets.DOCKERHUB_USERNAME }}
+ username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push