Skip to content

Commit

Permalink
fix: correct helm push address
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 25, 2023
1 parent dcb8a6d commit ee22bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
- name: publish soteria chart to github container registry
run: |
version=${{ github.ref_name }}
helm push "soteria-${version##v}".tgz ghcr.io/snapp-incubator/soteria-chart
helm push "soteria-${version##v}".tgz oci://ghcr.io/snapp-incubator/soteria-chart

0 comments on commit ee22bf9

Please sign in to comment.