From e11aa93c14c50c0c038b36403e0c943d4719366e Mon Sep 17 00:00:00 2001 From: LinkinStars Date: Fri, 17 Nov 2023 18:53:26 +0800 Subject: [PATCH] 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 d6db22792..2f2ea679b 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 469898156..e2ffa80f7 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