From e23e941d4b4ac99140154890b3c170fffff967a8 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 19 May 2026 16:19:18 +0200 Subject: [PATCH] =?UTF-8?q?fixup!=20=F0=9F=94=A7(compose)=20replace=20mini?= =?UTF-8?q?o=20by=20rustfs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/impress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/impress.yml b/.github/workflows/impress.yml index 125016bde..3cb734ba9 100644 --- a/.github/workflows/impress.yml +++ b/.github/workflows/impress.yml @@ -189,7 +189,7 @@ jobs: - name: Configure Rustfs run: | - docker exec rustfs sh -c \ + docker run --rm -it minio/mc sh -c \ "mc alias set impress http://localhost:9000 impress password && \ mc alias ls && \ mc mb impress/impress-media-storage && \