Skip to content

Commit 34d1380

Browse files
committed
chore: CI GitHub Actions 수정
Node.js를 v22.16.0으로 변경한다. 필요 없는 DockerHub 로그인 단계를 제거한다.
1 parent 8e5643f commit 34d1380

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
env:
15-
NODE_VERSION: 22.11.0
15+
NODE_VERSION: 22.16.0
1616

1717
jobs:
1818
build:
@@ -60,12 +60,6 @@ jobs:
6060
- name: Create .env file
6161
run: cp .env.example .env
6262

63-
- name: Login to Docker Hub
64-
uses: docker/login-action@v3
65-
with:
66-
username: ${{ secrets.DOCKERHUB_USERNAME }}
67-
password: ${{ secrets.DOCKERHUB_TOKEN }}
68-
6963
- name: Start MySQL using Docker Compose
7064
run: docker compose up -d
7165

0 commit comments

Comments
 (0)