We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a7d555 + d924b41 commit 88cdd04Copy full SHA for 88cdd04
.github/workflows/release.yml
@@ -85,6 +85,6 @@ jobs:
85
run: |
86
shopt -s nullglob
87
for pkg in ${{ env.CHART_DIR }}/packaged/*.tgz; do
88
- echo "Pushing $pkg to ghcr.io/${{ github.repository_owner }}/charts"
89
- helm push "$pkg" "oci://ghcr.io/${{ github.repository_owner }}/charts"
+ echo "Pushing $pkg to ghcr.io/promisenetwork/charts"
+ helm push "$pkg" "oci://ghcr.io/promisenetwork/charts"
90
done
0 commit comments