Skip to content

Commit

Permalink
use mlsmaycon/warmed-mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Jan 3, 2025
1 parent 1445e7a commit 154d08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/server/testutil/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func CreateMysqlTestContainer() (func(), error) {
ctx := context.Background()

container, err := mysql.RunContainer(ctx,
testcontainers.WithImage("ghcr.io/mlsmaycon/warmed-mysql:8"),
testcontainers.WithImage("mlsmaycon/warmed-mysql:8"),
mysql.WithDatabase("testing"),
mysql.WithUsername("testing"),
mysql.WithPassword("testing"),
Expand Down

0 comments on commit 154d08c

Please sign in to comment.