You've already forked helm-gitea
asd
Some checks failed
Run Helm tests / Execute helm template (push) Successful in 10s
Run Helm tests / Execute helm lint (push) Successful in 18s
Run Helm tests / Execute helm unittest (push) Successful in 27s
Markdown linter / Execute npm run readme:lint (push) Successful in 9s
Markdown linter / Execute npm run readme:link (push) Successful in 36s
Markdown linter / Execute npm run readme:parameters (push) Successful in 10s
Release / publish-chart (push) Failing after 59s
Release / publish-release-notes (push) Has been skipped
Some checks failed
Run Helm tests / Execute helm template (push) Successful in 10s
Run Helm tests / Execute helm lint (push) Successful in 18s
Run Helm tests / Execute helm unittest (push) Successful in 27s
Markdown linter / Execute npm run readme:lint (push) Successful in 9s
Markdown linter / Execute npm run readme:link (push) Successful in 36s
Markdown linter / Execute npm run readme:parameters (push) Successful in 10s
Release / publish-chart (push) Failing after 59s
Release / publish-release-notes (push) Has been skipped
This commit is contained in:
@@ -110,6 +110,7 @@ jobs:
|
||||
|
||||
- name: Upload package as Helm chart to Gitea
|
||||
env:
|
||||
GITEA_REGISTRY_USERNAME: ${{ secrets.GT_PACKAGE_REGISTRY_USERNAME }}
|
||||
GITEA_REGISTRY_TOKEN: ${{ secrets.GT_PACKAGE_REGISTRY_TOKEN }}
|
||||
run: |
|
||||
ls -la
|
||||
@@ -121,7 +122,7 @@ jobs:
|
||||
--show-error \
|
||||
--silent \
|
||||
--upload-file "${package}" \
|
||||
--user "${REPOSITORY_OWNER}:${GITEA_REGISTRY_TOKEN}" \
|
||||
--user "${GITEA_REGISTRY_USERNAME}:${GITEA_REGISTRY_TOKEN}" \
|
||||
https://${GITEA_SERVER_HOSTNAME}/api/packages/${REPOSITORY_OWNER}/helm/api/charts
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user