Skip to content

Commit

Permalink
fix: correct helm release chart
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Mar 3, 2024
1 parent 104ebb9 commit 99cf1d7
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 mqtt-blackbox-exporter chart to github container registry
run: |
version=${{ github.ref_name }}
helm push "soteria-${version##v}".tgz oci://ghcr.io/snapp-incubator/mqtt-blackbox-exporter-chart
helm push "mqtt-blackbox-exporter-${version##v}".tgz oci://ghcr.io/snapp-incubator/mqtt-blackbox-exporter-chart

0 comments on commit 99cf1d7

Please sign in to comment.