Update .gitea/workflows/helm-build.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user