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:
9696 images : ${{ env.IMAGE }}
9797 flavor : |
9898 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
105105 - name : Login to Docker Hub
106106 uses : docker/login-action@v3
107107 with :
You can’t perform that action at this time.
0 commit comments