Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
furkatgofurov7 authored Oct 9, 2024
1 parent 9b17704 commit 2fe3b67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
uses: rancher-eio/read-vault-secrets@main
with:
secrets: |
secret/data/github/repo/${{ github.repository }}/registry/prime/rancher/cluster-api-controller/credentials username | DOCKER_USERNAME ;
secret/data/github/repo/${{ github.repository }}/registry/prime/rancher/cluster-api-controller/credentials password | DOCKER_PASSWORD
secret/data/github/repo/clusterapi-forks/registry/prime/rancher/cluster-api-controller/credentials username | DOCKER_USERNAME ;
secret/data/github/repo/clusterapi-forks/registry/prime/rancher/cluster-api-controller/credentials password | DOCKER_PASSWORD
- name: Docker login to registry
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
gh release create ${{ env.TAG }} --draft --generate-notes
gh release upload ${{ env.TAG }} out/metadata.yaml
gh release upload ${{ env.TAG }} out/bootstrap-components.yaml
gh release upload ${{ env.TAG }} out/control-plane-components.yaml
gh release upload ${{ env.TAG }} out/control-plane-components.yaml

0 comments on commit 2fe3b67

Please sign in to comment.