Skip to content

Commit

Permalink
kustomize 파일 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kim.doyoung committed Nov 20, 2023
1 parent 669b5e5 commit 5d4a285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# 새 이미지 버전으로 파일 수정
- name: Update Kubernetes resources
run: |
cd aviator-cicd/prd
cd prd
kustomize edit set image ${{ env.IMAGE_NAME }}:${{ steps.image.outputs.version }}
cat kustomization.yaml
Expand Down

0 comments on commit 5d4a285

Please sign in to comment.