File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -96,12 +96,12 @@ jobs:
96
96
images : ${{ env.IMAGE }}
97
97
flavor : |
98
98
latest=false
99
- - name: Load Secrets from Vault
100
- uses: rancher-eio/read-vault-secrets@main
101
- with:
102
- secrets: |
103
- secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ;
104
- secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD
99
+ - name : Load Secrets from Vault
100
+ uses : rancher-eio/read-vault-secrets@main
101
+ with :
102
+ secrets : |
103
+ secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ;
104
+ secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD
105
105
- name : Login to Docker Hub
106
106
uses : docker/login-action@v3
107
107
with :
You can’t perform that action at this time.
0 commit comments