Skip to content

Commit

Permalink
#70 image가 배포되면 helm chart로 pr 날리도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoo96.cho committed Jun 8, 2024
1 parent f8b51a6 commit 7f025fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Update YAML file
run: |
yq eval '.book.image.tag = ${{ steps.current-time.outputs.formattedTime }}.${{github.run_number}}' -i helm-charts/chart/ssu-commerce/values.yaml
yq eval '.book.image.tag = "${{ steps.current-time.outputs.formattedTime }}.${{github.run_number}}"' -i helm-charts/chart/ssu-commerce/values.yaml
- name: Commit changes
run: |
Expand Down

0 comments on commit 7f025fb

Please sign in to comment.