Skip to content

Commit

Permalink
host名がdbなのでservicesの名前もdbにしないとだめです
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsumi0000 committed Oct 1, 2023
1 parent d19acf2 commit 1012e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
image: ghcr.io/tatsumi0000/starry-kids/backend:latest

services:
mysql:
image: mysql:8.0
db:
image: mysql:8.1.0
env:
TZ: Asia/Tokyo
MYSQL_ALLOW_EMPTY_PASSWORD: yes
Expand Down

0 comments on commit 1012e26

Please sign in to comment.