Compare commits

..

1 Commits

Author SHA1 Message Date
3219f22a68 asd
Some checks failed
Run Helm tests / Execute helm lint (push) Successful in 9s
Run Helm tests / Execute helm template (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 35s
Markdown linter / Execute npm run readme:parameters (push) Successful in 9s
Release / publish-chart (push) Failing after 54s
Release / publish-release-notes (push) Has been skipped
2026-02-15 19:33:48 +01:00

View File

@@ -96,7 +96,7 @@ jobs:
env: env:
DOCKER_IO_REPO_NAME: ${{ vars.DOCKER_IO_REPO_NAME }} DOCKER_IO_REPO_NAME: ${{ vars.DOCKER_IO_REPO_NAME }}
run: | run: |
helm push ${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz "oci://registry-1.docker.io/${DOCKER_IO_REPO_NAME}" helm push *-${PACKAGE_VERSION}.tgz "oci://registry-1.docker.io/${DOCKER_IO_REPO_NAME}"
- uses: docker/login-action@v3.7.0 - uses: docker/login-action@v3.7.0
with: with: