Skip to content

Commit

Permalink
Fix repo path for reading a secret from vault
Browse files Browse the repository at this point in the history
Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
  • Loading branch information
furkatgofurov7 committed Oct 9, 2024
1 parent 5db564c commit 6a8e3c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
uses: rancher-eio/read-vault-secrets@main
with:
secrets: |
secret/data/github/repo/${{ inputs.github_repository_for_docker }}/registry/prime/rancher/cluster-api-controller/credentials username | DOCKER_USERNAME;
secret/data/github/repo/${{ inputs.github_repository_for_docker }}/registry/prime/rancher/cluster-api-controller/credentials password | DOCKER_PASSWORD;
secret/data/github/repo/${{ github.repository }}/registry/prime/rancher/cluster-api-controller/credentials username | DOCKER_USERNAME ;
secret/data/github/repo/${{ github.repository }}/registry/prime/rancher/cluster-api-controller/credentials password | DOCKER_PASSWORD
- name: Docker login to registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 6a8e3c2

Please sign in to comment.