From 9ca77617bb635cfb6d2802f6bf3de5eb4293c807 Mon Sep 17 00:00:00 2001 From: Dan LaManna Date: Thu, 18 Sep 2025 13:35:40 -0400 Subject: [PATCH] Switch to a working MinIO image for CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d26a135..5bb7abf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - 5672:5672 minio: # This image does not require any command arguments (which GitHub Actions don't support) - image: bitnami/minio:2022.3.3 + image: bitnamilegacy/minio:2022.3.3 env: MINIO_ROOT_USER: minioAccessKey MINIO_ROOT_PASSWORD: minioSecretKey