Skip to content

Commit aae31d2

Browse files
Fix MySQL docker image for PR tests (#225)
1 parent 0375432 commit aae31d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
env:
6161
PG_DOCKER_IMAGE: ghcr.io/cloudnative-pg/postgresql:16-bookworm
62-
MYSQL_DOCKER_IMAGE: ghcr.io/mirrorshub/docker/mysql:8-debian
62+
MYSQL_DOCKER_IMAGE: public.ecr.aws/ubuntu/mysql:8.0-22.04_beta
6363

6464
steps:
6565
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)