Skip to content

Commit

Permalink
Fix mysql image in tests
Browse files Browse the repository at this point in the history
Signed-off-by: d-kuro <[email protected]>
  • Loading branch information
d-kuro committed Jun 28, 2023
1 parent 3455871 commit b43c01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mysql-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
spec:
containers:
- name: mysqld
image: ghcr.io/cybozu-go/moco/mysql:${{ env.TAG }}
image: ghcr.io/cybozu-go/moco/mysql:${{ matrix.mysql-version }}
volumeClaimTemplates:
- metadata:
name: mysql-data
Expand Down

0 comments on commit b43c01a

Please sign in to comment.