Skip to content

Commit

Permalink
Fix github actions docker secrets (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandboat authored Jun 5, 2024
1 parent 3469cb2 commit d2f4cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
uses: rancher-eio/read-vault-secrets@main
with:
secrets: |
secret/data/github/repo/${{ github.repository }}/dockerhub/harvester/credentials username | DOCKER_USERNAME ;
secret/data/github/repo/${{ github.repository }}/dockerhub/harvester/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
# For multi-platform support
- name: Set up QEMU
Expand Down

0 comments on commit d2f4cf3

Please sign in to comment.