1 parent b806c09 commit d468576Copy full SHA for d468576
1 file changed
tests/postgres/common.rs
@@ -29,7 +29,7 @@ pub(super) async fn start_postgres_docker_container(
29
let port = port.try_into().unwrap_or(15432);
30
31
let pg_docker_image = std::env::var("PG_DOCKER_IMAGE")
32
- .unwrap_or_else(|_| format!("{}postgres:latest", container_registry()));
+ .unwrap_or_else(|_| format!("{}postgres:latest", "public.ecr.aws/docker/library/"));
33
34
let running_container = ContainerRunnerBuilder::new(container_name)
35
.image(pg_docker_image)
0 commit comments