This commit is contained in:
2026-02-15 19:53:58 +01:00
parent 146e2cf1a5
commit e761afd242

View File

@@ -118,7 +118,7 @@ jobs:
--show-error \
--request POST \
--user "${REPOSITORY_OWNER}:${GITEA_REGISTRY_TOKEN}" \
--upload-file "${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz" \
--upload-file "${package}" \
https://${GITEA_SERVER_HOSTNAME}/api/packages/${REPOSITORY_OWNER}/helm/api/charts
done