Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
rasheedamir authored Dec 3, 2023
1 parent 9d4af52 commit a2e89ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
sed -i "s/^version:.*/version: ${{ steps.generate_tag.outputs.new_tag }}/" deploy/Chart.yaml
helm dependency update deploy/
helm package deploy/
helm push stakater-nordmart-review-${{ steps.generate_tag.outputs.new_tag }}.tgz oci://ghcr.io/stakater-lab/charts
helm push stakater-nordmart-review-api-${{ steps.generate_tag.outputs.new_tag }}.tgz oci://ghcr.io/stakater-lab/charts
- name: Push Latest Tag
uses: anothrNick/[email protected]
Expand Down

0 comments on commit a2e89ce

Please sign in to comment.