Skip to content

Commit

Permalink
ci: Use correct google credential path
Browse files Browse the repository at this point in the history
Fixes: 1b3ea7c
Signed-off-by: Tim Serong <tserong@suse.com>
  • Loading branch information
tserong authored and bk201 committed Aug 14, 2024
1 parent e7de316 commit c7b29b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
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 }}/google-auth/harvester/credentials token | GOOGLE_AUTH ;
secret/data/github/repo/${{ github.repository }}/google-auth-key/credentials credential | GOOGLE_AUTH ;
- name: Login to Docker Hub
if: ${{ startsWith(github.ref, 'refs/heads/') }}
Expand Down

0 comments on commit c7b29b6

Please sign in to comment.