Skip to content

Commit c4faa85

Browse files
🚀 [cicd] : 릴리즈 CD 도커로그인 누락 수정
1 parent 7fcd99f commit c4faa85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-CD.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
# docker build & push to production
4545
- name: Docker build & push production
4646
run: |
47+
docker login clap.kr-central-2.kcr.dev -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
4748
docker build -t ${{ secrets.DOCKER_FRONT_REPO }}:${{ steps.version.outputs.VERSION }} .
4849
docker push ${{ secrets.DOCKER_FRONT_REPO }}:${{ steps.version.outputs.VERSION }}
4950

0 commit comments

Comments
 (0)