Skip to content

Commit 88cdd04

Browse files
authored
Merge pull request #6 from PromiseNetwork/adam/chart-path
Chart release path
2 parents 6a7d555 + d924b41 commit 88cdd04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ jobs:
8585
run: |
8686
shopt -s nullglob
8787
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"
88+
echo "Pushing $pkg to ghcr.io/promisenetwork/charts"
89+
helm push "$pkg" "oci://ghcr.io/promisenetwork/charts"
9090
done

0 commit comments

Comments
 (0)