Skip to content

Commit

Permalink
Revert "GHA: update the secrets path"
Browse files Browse the repository at this point in the history
This reverts commit 36c0315.
  • Loading branch information
Vicente-Cheng committed Aug 29, 2024
1 parent a70178f commit 44bfb97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/factory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
if: ${{ inputs.push == true }}
with:
secrets: |
secret/data/github/repo/harvester/networkfs-manager/dockerhub/rancher/credentials username | DOCKER_USERNAME ;
secret/data/github/repo/harvester/networkfs-manager/dockerhub/rancher/credentials password | DOCKER_PASSWORD
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ;
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 44bfb97

Please sign in to comment.