From a7cdddc61ed0e8597e2b60f2027453bfaf604afd Mon Sep 17 00:00:00 2001 From: Vicente Cheng Date: Wed, 19 Jun 2024 20:49:55 +0800 Subject: [PATCH] GHA: fix secret Signed-off-by: Vicente Cheng --- .github/workflows/factory.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/factory.yml b/.github/workflows/factory.yml index c8d053bf..739d4105 100644 --- a/.github/workflows/factory.yml +++ b/.github/workflows/factory.yml @@ -37,8 +37,8 @@ jobs: if: ${{ inputs.push == true }} with: secrets: | - secret/data/github/repo/${{ github.repository }}/csi-driver-lvm credentials username | DOCKER_USERNAME ; - secret/data/github/repo/${{ github.repository }}/csi-driver-lvm credentials password | DOCKER_PASSWORD + secret/data/github/repo/harvester/${{ github.repository }}/dockerhub/harvester/credentials username | DOCKER_USERNAME ; + secret/data/github/repo/harvester/${{ github.repository }}/dockerhub/harvester/credentials password | DOCKER_PASSWORD - name: Login to Docker Hub uses: docker/login-action@v3 if: ${{ inputs.push == true }}