Skip to content

Commit

Permalink
fix oci path
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Jul 17, 2023
1 parent f14146f commit 1efb59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
- name: Helm push
run: |
echo helm push housewatch-*.tgz oci://ghcr.io/${{ github.repository_owner }}/charts
helm push housewatch-*.tgz oci://ghcr.io/${{ github.repository_owner }}/charts
echo helm push housewatch-*.tgz oci://ghcr.io/posthog/housewatch/charts
helm push housewatch-*.tgz oci://ghcr.io/posthog/housewatch/charts

0 comments on commit 1efb59c

Please sign in to comment.