Skip to content

Commit

Permalink
GHA: fix secret
Browse files Browse the repository at this point in the history
Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
  • Loading branch information
Vicente-Cheng committed Jun 19, 2024
1 parent f5af934 commit a7cdddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/factory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a7cdddc

Please sign in to comment.