Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENV: docker 및 client build github action 등록 #46

Merged
merged 55 commits into from
Nov 23, 2022

Conversation

NaGyeong-Park
Copy link
Collaborator

@NaGyeong-Park NaGyeong-Park commented Nov 21, 2022

개요

docker 및 client build github action 등록

세부 내용

  • github action 등록
    • docker build
    • client build
  • release, dev 서버 분리
  • release note(기본) 작성 자동화

공유

relevant issue number

@NaGyeong-Park NaGyeong-Park added this to the Initial Release milestone Nov 21, 2022
@NaGyeong-Park NaGyeong-Park linked an issue Nov 21, 2022 that may be closed by this pull request
2 tasks
@NaGyeong-Park NaGyeong-Park self-assigned this Nov 21, 2022
@codecov-commenter
Copy link

codecov-commenter commented Nov 21, 2022

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (f7f8abd) compared to base (0ee507e).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #46   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines            4         4           
=========================================
  Hits             4         4           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kumsil1006 kumsil1006 changed the title env: docker 및 client build github action 등록 ENV: docker 및 client build github action 등록 Nov 23, 2022
script: |
echo ${{secrets.CONTAINER_REGISTRY_TOKEN}} | docker login ghcr.io -u kumsil1006 --password-stdin
docker pull ghcr.io/kumsil1006/oao-dev-client
docker pull ghcr.io/kumsil1006/oao-dev-proxy
Copy link
Member

@kumsil1006 kumsil1006 Nov 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

항상 중단될 것 같으니 이 부분은 테스트를 좀 해보자

  • 최적화 테스트는 bug issue로 달아놓고 적용

@kumsil1006 kumsil1006 merged commit 6ffbf63 into main Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

env: docker 및 remote server 설정
3 participants