You've already forked helm-gitea
asd
This commit is contained in:
@@ -113,12 +113,14 @@ jobs:
|
||||
GITEA_REGISTRY_TOKEN: ${{ secrets.GT_PACKAGE_REGISTRY_TOKEN }}
|
||||
run: |
|
||||
for package in *"${PACKAGE_VERSION}.tgz"*; do
|
||||
echo "Uploading ${package}..."
|
||||
curl \
|
||||
--fail \
|
||||
--show-error \
|
||||
--request POST \
|
||||
--user "${REPOSITORY_OWNER}:${GITEA_REGISTRY_TOKEN}" \
|
||||
--show-error \
|
||||
--silent \
|
||||
--upload-file "${package}" \
|
||||
--user "${REPOSITORY_OWNER}:${GITEA_REGISTRY_TOKEN}" \
|
||||
https://${GITEA_SERVER_HOSTNAME}/api/packages/${REPOSITORY_OWNER}/helm/api/charts
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user