Skip to content

Commit a5d7a13

Browse files
committed
fix indentation
1 parent bf10b4e commit a5d7a13

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)