Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
- 줄 개행에는 `|` 를 사용
  • Loading branch information
unggu0704 authored Nov 6, 2024
1 parent 9b218a4 commit 7d8c5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:

# 업데이트된 Kustomize 설정 적용
- name: Apply Kustomize resoureces
run:
run: |
pwd
cd gitops/backend/base
kustomize edit set image ${{ secrets.AZURE_URL }}/${{ env.IMAGE_TAG }}
cat backend/base/kustomization.yaml
# commit & push 설정
- name: Commit Manifest
run:
run: |
cd gitops/backend/base
git config --global user.name 'git-actions'
git config --global user.email '[email protected]'
Expand Down

0 comments on commit 7d8c5ea

Please sign in to comment.