Compare commits

..

1 Commits

Author SHA1 Message Date
eb80fdee50 asd
Some checks failed
Run Helm tests / Execute helm template (push) Successful in 8s
Run Helm tests / Execute helm lint (push) Successful in 17s
Run Helm tests / Execute helm unittest (push) Successful in 26s
Markdown linter / Execute npm run readme:lint (push) Successful in 8s
Markdown linter / Execute npm run readme:link (push) Successful in 34s
Markdown linter / Execute npm run readme:parameters (push) Successful in 10s
Release / publish-chart (push) Failing after 1m1s
Release / publish-release-notes (push) Has been skipped
2026-02-15 19:57:29 +01:00

View File

@@ -112,7 +112,7 @@ jobs:
env: env:
GITEA_REGISTRY_TOKEN: ${{ secrets.GT_PACKAGE_REGISTRY_TOKEN }} GITEA_REGISTRY_TOKEN: ${{ secrets.GT_PACKAGE_REGISTRY_TOKEN }}
run: | run: |
for package in "${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz"*; do for package in *"${PACKAGE_VERSION}.tgz"*; do
curl \ curl \
--fail \ --fail \
--show-error \ --show-error \