Skip to content

Commit bdb5797

Browse files
taeintaein
authored andcommitted
tesT
1 parent 809e7e9 commit bdb5797

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dp.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ jobs:
6262
fi
6363
6464
# Docker 이미지 URL 설정
65-
IMAGE_URL="${{ env.ECR_REPO_URL }}:catcher-service"
6665
cd $KUSTOMIZE_PATH
67-
kustomize edit set image IMAGE_URL
66+
kustomize edit set image ${{ steps.login-ecr.outputs.registry }}:catcher-service
6867
cat kustomization.yaml
6968
7069
# 수정된 파일 commit & push
@@ -77,7 +76,7 @@ jobs:
7776
git config --global user.email "[email protected]"
7877
git config --global user.name "Taein2"
7978
git config --global github.token ${{ env.GITHUB_TOKEN }}
80-
git commit -am "Update image tag"
79+
git commit -am "Update image tag ${{ steps.tag_version.outputs.new_tag }}"
8180
git push -u origin main
8281
8382
- name: Send Notification

0 commit comments

Comments
 (0)