Skip to content

Commit

Permalink
fix: test cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Donghyeon Im committed Jul 25, 2024
1 parent 6a1f462 commit cadd02d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
env:
IMAGE_TAG: ${{ steps.meta.outputs.tags }}
with:
cmd: yq eval -i '.image.tag = env(IMAGE_TAG)' 'chart/${{ github.repository }}_${{ env.TARGET_ENVIRONMENT }}/values.yaml'
cmd: yq eval -i '.image.tag = env(IMAGE_TAG)' 'chart/${{ github.repository_id }}_${{ env.TARGET_ENVIRONMENT }}/values.yaml'

- name: Commit helm chart changes
env:
Expand All @@ -188,7 +188,7 @@ jobs:
git config --global user.name "dongdorrong"
git add values.yaml
git commit --message "ci: update ${{ github.repository }}_${{ env.TARGET_ENVIRONMENT }} image tag to $IMAGE_TAG"
git commit --message "ci: update ${{ github.repository_id }}_${{ env.TARGET_ENVIRONMENT }} image tag to $IMAGE_TAG"
- name: Push commit
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit cadd02d

Please sign in to comment.