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

This commit is contained in:
Jonas Forsberg 2024-10-14 16:35:17 +02:00
parent 921760562d
commit c8be4c3414

View File

@ -22,7 +22,6 @@ jobs:
- run: sudo apt install helm --yes - run: sudo apt install helm --yes
- shell: bash - shell: bash
env: env:
REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }} REPO_PASSWORD: ${{ secrets.REPO_LOGIN }}
REPO_HOST: ${{ secrets.REPO_HOST }}
run: | run: |
echo $REPO_PASSWORD | helm registry login https://$REPO_HOST --username $REPO_USERNAME --password-stdin echo $REPO_PASSWORD | helm registry login https://$REPO_HOST --username $REPO_USERNAME --password-stdin