Skip to content

Commit

Permalink
Merge pull request #497 from stakater-lab/rasheedamir-patch-1
Browse files Browse the repository at this point in the history
fix gh action
  • Loading branch information
rasheedamir authored Dec 3, 2023
2 parents 9d4af52 + a2e89ce commit fba9f33
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 fba9f33

Please sign in to comment.