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 a1baa86 commit 1f69ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
cd helm-charts
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout main
git add chart/ssu-commerce/values.yaml
git commit -m 'Update image tag to 2024.06.76'
git push origin update-image-tag-2024.06.76

0 comments on commit 1f69ce8

Please sign in to comment.