Skip to content

Commit

Permalink
Merge pull request #10 from joonas/chore/publish-charts-under-separat…
Browse files Browse the repository at this point in the history
…e-namespace

chore: Update charts to be published under separate namespace
  • Loading branch information
joonas authored Apr 1, 2024
2 parents 58a9799 + 8c1fa43 commit 290db99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ jobs:
if [ -z "${chart:-}" ]; then
break
fi
helm push "${chart}" "oci://ghcr.io/${{ env.GHCR_REPO_NAMESPACE }}"
helm push "${chart}" "oci://ghcr.io/${{ env.GHCR_REPO_NAMESPACE }}/charts"
done

0 comments on commit 290db99

Please sign in to comment.