Skip to content

Commit

Permalink
Fix helm charts push command
Browse files Browse the repository at this point in the history
  • Loading branch information
mangelajo committed Jul 17, 2024
1 parent 936e5cf commit c03181e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_helm_charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:

- name: Push helm charts
run: |
helm registry push flightctl-*.tgz oci://${{ env.QUAY_ORG }}/helm
helm push flightctl-*.tgz oci://${{ env.QUAY_ORG }}/helm

0 comments on commit c03181e

Please sign in to comment.