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

This commit is contained in:
Jonas Forsberg 2024-10-14 16:06:31 +02:00
parent 4d724089ff
commit 343c32c11a

View File

@ -14,6 +14,10 @@ jobs:
- run: cat ./README.md
- run: cat /etc/os-release
- run: pwd
- run: curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | tee /usr/share/keyrings/helm.gpg > /dev/null
- run: apt-get update
- run: apt-get install apt-transport-https --yes
- 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
- run: sudo apt install helm --yes
- run: echo $REPO_PASSWORD | helm registry login https://$REPO_HOST --username $REPO_USERNAME --password-stdin