Skip to content

Commit

Permalink
Update docker-ci.yml : configure redis for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
pingowl authored May 22, 2024
1 parent 17ee505 commit f030cec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ 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 f030cec

Please sign in to comment.