diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 16bb952..a58e1dc 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -24,5 +24,5 @@ jobs: env: REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }} REPO_HOST: ${{ secrets.REPO_HOST }} - - run: | + run: | echo $REPO_PASSWORD | helm registry login https://$REPO_HOST --username $REPO_USERNAME --password-stdin