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