diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b3730d6..a2c0c5a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -96,12 +96,12 @@ jobs: images: ${{ env.IMAGE }} flavor: | latest=false - - name: Load Secrets from Vault - uses: rancher-eio/read-vault-secrets@main - with: - secrets: | - secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ; - secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD + - name: Load Secrets from Vault + uses: rancher-eio/read-vault-secrets@main + with: + secrets: | + secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ; + secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD - name: Login to Docker Hub uses: docker/login-action@v3 with: