From: Daniel Kesselberg Date: Sat, 10 Dec 2022 22:21:12 +0000 (+0100) Subject: ci: update minio image for s3 primary storage tests X-Git-Tag: v24.0.9rc1~43^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=265d76c5c845cdf4eb46deabf609f4d379cb8dd5;p=nextcloud-server.git ci: update minio image for s3 primary storage tests Signed-off-by: Daniel Kesselberg --- diff --git a/.github/workflows/s3-primary.yml b/.github/workflows/s3-primary.yml index 53fc9dbb507..a6ee0970ada 100644 --- a/.github/workflows/s3-primary.yml +++ b/.github/workflows/s3-primary.yml @@ -24,7 +24,7 @@ jobs: env: MINIO_ACCESS_KEY: minio MINIO_SECRET_KEY: minio123 - image: bitnami/minio:2021.10.6 + image: bitnami/minio:2021.12.29 ports: - "9000:9000" @@ -52,8 +52,6 @@ jobs: run: | sleep 10 curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:9000/minio/health/ready - sleep 10 - curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:9000/minio/health/ready - name: PHPUnit working-directory: tests