feat: update actions
Release Chart / release (push) Failing after 6s
deploy / build (push) Failing after 9m7s

This commit is contained in:
2026-07-22 23:08:55 +03:30
parent 68df4be67c
commit b74fb06b87
3 changed files with 8 additions and 10 deletions
+3 -3
View File
@@ -92,11 +92,11 @@ jobs:
TAG: ${{ github.ref_name }}
run: gh release upload "$TAG" "$CHART_PACKAGE" --clobber
- name: Log in to GHCR
- name: Log in to registry
if: steps.version.outputs.is_app_release == 'true'
uses: docker/login-action@v3
with:
registry: ghcr.io
registry: registry.kloude.ir
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
@@ -104,7 +104,7 @@ jobs:
if: steps.version.outputs.is_app_release == 'true'
run: |
owner=$(echo "${GITHUB_REPOSITORY_OWNER}" | tr '[:upper:]' '[:lower:]')
helm push "$CHART_PACKAGE" "oci://ghcr.io/${owner}/charts"
helm push "$CHART_PACKAGE" "oci://registry.kloude.ir/kloude/kks-provider-plugin-charts"
- name: Make OCI chart public
if: steps.version.outputs.is_app_release == 'true'