Skip to content

Commit ab0529f

Browse files
committed
test
1 parent f219a8b commit ab0529f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Docker 배포
33
on:
44
push:
55
branches:
6-
- minseonjae # 트리거할 브랜치 (예: main or minseonjae)
6+
- minseonjae # 트리거할 브랜치 (예: main)
7+
pull_request:
8+
branches:
9+
- minseonjae # Pull Request를 트리거할 브랜치 (예: main)
710

811
jobs:
912
build:
@@ -23,6 +26,10 @@ jobs:
2326
- name: Next.js 앱 빌드
2427
run: npm run build
2528

29+
- name: Docker Buildx 설치
30+
id: buildx
31+
uses: docker/setup-buildx-action@v3
32+
2633
- name: Docker Hub 로그인
2734
uses: docker/login-action@v2
2835
with:

0 commit comments

Comments
 (0)