This commit is contained in:
parent
343c32c11a
commit
6815978080
@ -20,4 +20,9 @@ jobs:
|
||||
- run: echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
|
||||
- run: sudo apt update
|
||||
- run: sudo apt install helm --yes
|
||||
- run: echo $REPO_PASSWORD | helm registry login https://$REPO_HOST --username $REPO_USERNAME --password-stdin
|
||||
- shell: bash
|
||||
env:
|
||||
REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }}
|
||||
REPO_HOST: ${{ secrets.REPO_HOST }}
|
||||
- run: |
|
||||
echo $REPO_PASSWORD | helm registry login https://$REPO_HOST --username $REPO_USERNAME --password-stdin
|
||||
|
Loading…
Reference in New Issue
Block a user