Update .gitea/workflows/helm-build.yml
Some checks failed
Helm Chart Build / lint-only (push) Has been skipped
Helm Chart Build / build-helm (push) Successful in 10s
Build and Deploy / build-web (push) Failing after 24s
Build and Deploy / build-api (push) Failing after 26s

This commit is contained in:
2025-10-06 16:36:23 +02:00
parent cc9a4fa8ab
commit 741295150d

View File

@@ -56,7 +56,7 @@ jobs:
echo "📤 Uploading chart to Gitea Package Registry..." echo "📤 Uploading chart to Gitea Package Registry..."
curl --fail-with-body \ curl --fail-with-body \
-H "Authorization: token ${{ secrets.PACKAGES_PUSH_TOKEN }}" \ -H "Authorization: token ${{ secrets.TOKEN }}" \
-X POST \ -X POST \
-F "chart=@${CHART_FILE}" \ -F "chart=@${CHART_FILE}" \
https://${{ vars.PACKAGES_REGISTRY || gitea.server_url }}/api/packages/${{ gitea.repository_owner }}/helm/api/charts https://${{ vars.PACKAGES_REGISTRY || gitea.server_url }}/api/packages/${{ gitea.repository_owner }}/helm/api/charts