fix(ci): adapt release workflow
Some checks failed
Run Helm tests / Execute helm lint (push) Successful in 14s
Run Helm tests / Execute helm unittest (push) Successful in 27s
Run Helm tests / Execute helm template (push) Successful in 50s
Markdown linter / Execute npm run readme:link (push) Successful in 27s
Markdown linter / Execute npm run readme:parameters (push) Successful in 12s
Markdown linter / Execute npm run readme:lint (push) Successful in 36s
Release / publish-chart (push) Failing after 24s
Release / publish-release-notes (push) Has been skipped

This commit is contained in:
2026-02-15 18:45:42 +01:00
parent c96824da7f
commit cdd75f2e77

View File

@@ -98,11 +98,16 @@ jobs:
run: |
helm push ${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz "oci://registry-1.docker.io/${DOCKER_IO_REPO_NAME}"
# - uses: docker/login-action@v3.7.0
# with:
# registry: ${{ github.server_url }}
# username: ${{ secrets.GITEA_PACKAGE_REGISTRY_USERNAME }}
# password: ${{ secrets.GITEA_PACKAGE_REGISTRY_TOKEN }}
- uses: docker/login-action@v3.7.0
with:
registry: ${{ github.server_url }}
username: ${{ secrets.GITEA_PACKAGE_REGISTRY_USERNAME }}
password: ${{ secrets.GITEA_PACKAGE_REGISTRY_TOKEN }}
- name: Upload package as OCI artifact to Gitea
run: |
helm push ${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz "oci://${GITEA_SERVER_HOSTNAME}/${REPOSITORY_OWNER}/${REPOSITORY_NAME}"
# - name: Build new index.yaml
# run: |