Skip to content

Commit 6f36042

Browse files
committed
FEAT: 레지스트리 로그인 추가
1 parent 5456851 commit 6f36042

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/Backend-CD.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ jobs:
9999
- name: Docker Buildx 설치
100100
uses: docker/setup-buildx-action@v3
101101

102+
- name: 레지스트리 로그인
103+
uses: docker/login-action@v3
104+
with:
105+
registry: ghcr.io
106+
username: ${{ github.repository_owner }}
107+
password: ${{ secrets.GITHUB_TOKEN }}
108+
102109
# 저장소 소유자명을 소문자로 (GHCR 경로 표준화)
103110
- name: set lower case owner name
104111
run: |

0 commit comments

Comments
 (0)