.
Some checks failed
Testing pipes / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
Jonas Forsberg 2024-10-14 16:28:21 +02:00
parent 343c32c11a
commit 6815978080

View File

@ -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