ci: use registry credentials for helm oci push
Release Chart / release (push) Failing after 12s
deploy / build (push) Canceled after 48s

This commit is contained in:
2026-07-22 23:29:13 +03:30
parent 28e485a6db
commit 6ba3ad4281
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -100,8 +100,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: registry.kloude.ir
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASS }}
- name: Push chart to OCI registry
run: |