build: Upload to helm chart registry instead of generic package registry
This commit is contained in:
parent
d982d81d5f
commit
f19de98b4c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user