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

CICD/31 도커 이미지 업로드 과정 분리 #35

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

7zrv
Copy link
Collaborator

@7zrv 7zrv commented Nov 24, 2024

  • 과도한 도커 이미지 생성으로 인해 이미지 빌드및 push 과정을 CD.yml workflow를 만들어 분리하였습니다

resolved : #31

📌 과제 설명

과도한 도커 이미지 생성 방지를 위해 이미지 업로드 과정을 CD.yml을 만들어 분리시켰습니다.

👩‍💻 요구 사항과 구현 내용

  • CD.yml workflow 생성
  • 도커 이미지 업로드 과정을 CD.yml로 분리

✅ PR 포인트 & 궁금한 점

- 과도한 도커 이미지 생성으로 인해 이미지 빌드및 push 과정을 CD.yml workflow를 만들어 분리하였습니다
Copy link

sonarcloud bot commented Nov 24, 2024

Copy link
Collaborator

@leebs0521 leebs0521 left a comment

Choose a reason for hiding this comment

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

very Good

@7zrv 7zrv changed the title CICD: 도커 이미지 업로드 과정 분리 CICD/31 도커 이미지 업로드 과정 분리 Nov 24, 2024
Copy link
Collaborator

@m-a-king m-a-king left a comment

Choose a reason for hiding this comment

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

수고 많으십니다

@7zrv 7zrv merged commit 414a61f into main Nov 24, 2024
2 checks passed
@7zrv 7zrv deleted the cicd/31-env-docker-workflow-split branch November 24, 2024 08:36
m-a-king pushed a commit that referenced this pull request Nov 24, 2024
- 과도한 도커 이미지 생성으로 인해 이미지 빌드및 push 과정을 CD.yml workflow를 만들어 분리하였습니다
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.

[CICD]환경변수 추가와 도커 이미지 업로드의 workflow 분리
3 participants