Skip to content

Conversation

@kmc7468
Copy link
Member

@kmc7468 kmc7468 commented Sep 30, 2025

Summary

It closes #642

ECR에서 GHCR로 이전하고, Step에서 사용하는 액션들도 최신 버전으로 업데이트하였습니다.

Extra info

@kmc7468 kmc7468 requested review from Copilot and thxx132 September 30, 2025 14:16
@kmc7468 kmc7468 self-assigned this Sep 30, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR migrates Docker image registry from AWS ECR to GitHub Container Registry (GHCR) to address issue #642. The changes replace ECR-based workflows with GHCR equivalents and update GitHub Actions to their latest versions.

Key changes:

  • Replace ECR workflows with GHCR-based Docker image building and pushing
  • Update GitHub Actions to latest versions (v4, v5, v6)
  • Simplify workflow structure by removing AWS-specific dependencies

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/push_image_ghcr_dev.yml New workflow for pushing dev images to GHCR on dev branch PR merges
.github/workflows/push_image_ghcr.yml New workflow for pushing production images to GHCR on release publish
.github/workflows/push_image_ecr_dev.yml Removed ECR dev workflow
.github/workflows/push_image_ecr.yml Removed ECR production workflow

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@thxx132 thxx132 merged commit 6a9e84f into dev Jan 9, 2026
1 check passed
@thxx132 thxx132 deleted the 642-ghcr-migration branch January 9, 2026 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker 이미지 레지스트리를 GHCR으로 이전

3 participants