Skip to content

Commit

Permalink
Update docker-ci.yml : docker-compose.yml fixed for redis
Browse files Browse the repository at this point in the history
  • Loading branch information
pingowl authored May 22, 2024
1 parent f030cec commit d532d1f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
# Spring Boot 애플리케이션을 빌드하여 도커허브에 푸시하는 과정
build-docker-image:
runs-on: ubuntu-22.04
services:
redis:
image: redis
ports:
- 6379:6379

steps:
- name: checkout
Expand Down

0 comments on commit d532d1f

Please sign in to comment.