Skip to content

Commit

Permalink
fix: correct helm repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Jul 28, 2024
1 parent 2a059cd commit 68a4c3c
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 nats-blackbox-exporter chart to github container registry
run: |
version=${{ github.ref_name }}
helm push "nats-blackbox-exporter-${version##v}".tgz oci://ghcr.io/snapp-incubator/mqtt-blackbox-exporter-chart
helm push "nats-blackbox-exporter-${version##v}".tgz oci://ghcr.io/snapp-incubator/nats-blackbox-exporter-chart

0 comments on commit 68a4c3c

Please sign in to comment.