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