Skip to content

Commit

Permalink
chore; fix module path
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jul 24, 2024
1 parent 5a6d1c1 commit d4a1225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
distribution: 'temurin'

- name: Gradle 준비하기
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3

- name: AWS 인증정보 준비하기
uses: aws-actions/configure-aws-credentials@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: 이미지 태그 변경 후 배포하기
run: |
cd modules/${{ inputs.service-name }}/overlays/${{ inputs.overlay-name }}
cd ${{ inputs.service-name }}/overlays/${{ inputs.overlay-name }}
kustomize edit set image ${{ inputs.default-image-name }}=${{ inputs.image-name }}:${{ inputs.image-tag }}
cat kustomization.yaml
git config --local user.email "action@github.com"
Expand Down

0 comments on commit d4a1225

Please sign in to comment.