Skip to content

Commit

Permalink
chore: fix file location
Browse files Browse the repository at this point in the history
  • Loading branch information
amber committed Oct 23, 2024
1 parent f8c09ce commit a87b941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
chart_dir="helm/nshm"
new_image_tag=${{ github.sha }}
sed -i "/z1yoon\/nshm-${{ matrix.service }}/{n;s/tag: .*/tag: $new_image_tag/;}" values.yaml
sed -i "/z1yoon\/nshm-${{ matrix.service }}/{n;s/tag: .*/tag: $new_image_tag/;}" $chart_dir/values.yaml
cat $chart_dir/values.yaml
- name: Commit the changes
Expand Down

0 comments on commit a87b941

Please sign in to comment.