From 3ef1a7273d70409539cc3b2942582e85055ee9ee Mon Sep 17 00:00:00 2001 From: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:12:56 +0530 Subject: [PATCH] fix(chart): use lowercase GHCR path Signed-off-by: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com> --- .github/workflows/publish-helm-chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-helm-chart.yml b/.github/workflows/publish-helm-chart.yml index cb3a3df..dbf9664 100644 --- a/.github/workflows/publish-helm-chart.yml +++ b/.github/workflows/publish-helm-chart.yml @@ -29,4 +29,4 @@ jobs: run: echo "$GITHUB_TOKEN" | helm registry login ghcr.io --username "${{ github.actor }}" --password-stdin - name: Push chart - run: helm push dist/*.tgz oci://ghcr.io/${{ github.repository_owner }}/agentic-operator-core \ No newline at end of file + run: helm push dist/*.tgz oci://ghcr.io/clawdlinux/agentic-operator-core \ No newline at end of file