We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809e7e9 commit bdb5797Copy full SHA for bdb5797
.github/workflows/dp.yml
@@ -62,9 +62,8 @@ jobs:
62
fi
63
64
# Docker 이미지 URL 설정
65
- IMAGE_URL="${{ env.ECR_REPO_URL }}:catcher-service"
66
cd $KUSTOMIZE_PATH
67
- kustomize edit set image IMAGE_URL
+ kustomize edit set image ${{ steps.login-ecr.outputs.registry }}:catcher-service
68
cat kustomization.yaml
69
70
# 수정된 파일 commit & push
@@ -77,7 +76,7 @@ jobs:
77
76
git config --global user.email "[email protected]"
78
git config --global user.name "Taein2"
79
git config --global github.token ${{ env.GITHUB_TOKEN }}
80
- git commit -am "Update image tag"
+ git commit -am "Update image tag ${{ steps.tag_version.outputs.new_tag }}"
81
git push -u origin main
82
83
- name: Send Notification
0 commit comments