build: Upload to helm chart registry instead of generic package registry

This commit is contained in:
Danny Bessems 2023-07-07 17:10:05 +02:00
parent d982d81d5f
commit f19de98b4c

View File

@ -49,7 +49,7 @@ steps:
curl \ curl \
--header "Authorization: token $GIT_APIKEY" \ --header "Authorization: token $GIT_APIKEY" \
--upload-file json-server-$CHART_VERSION.tgz \ --upload-file json-server-$CHART_VERSION.tgz \
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/generic/json-server/$CHART_VERSION/json-server-$CHART_VERSION.tgz https://code.spamasaurus.com/api/packages/$GIT_USERNAME/helm/api/charts
environment: environment:
GIT_APIKEY: GIT_APIKEY:
from_secret: git_apikey from_secret: git_apikey