using curly braces in filename variables
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 15s

This commit is contained in:
Jonas Forsberg 2024-11-11 15:39:14 +01:00
parent 852a8e403e
commit e103640693

View File

@ -45,5 +45,5 @@ jobs:
echo "Packaging ${CHART_NAME}-${CHART_VERSION}" echo "Packaging ${CHART_NAME}-${CHART_VERSION}"
helm package . helm package .
echo "$(ls -l)" echo "$(ls -l)"
curl -H "Authorization: token $PACKAGE_TOKEN" -X POST --upload-file $CHART_NAME-$CHART_VERSION.tgz https://git.rre.nu/api/packages/jonas/helm/api/charts curl -H "Authorization: token $PACKAGE_TOKEN" -X POST --upload-file ${CHART_NAME}-${CHART_VERSION}.tgz https://git.rre.nu/api/packages/jonas/helm/api/charts
done done