mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
ci: use minio==7.2.18 (#3581)
Looks like they broke the public API in a minor version: https://github.com/minio/minio-py/releases/tag/7.2.19 It was probably not intetional, until they figure it out, let's use the older working version. Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
--health-cmd "curl http://localhost:9000/minio/health/live" \
|
||||
minio/minio:RELEASE.2024-07-16T23-46-41Z server /data
|
||||
- name: Install py minio
|
||||
run: pip3 install minio
|
||||
run: pip3 install minio==7.2.18
|
||||
|
||||
- name: Wait for minio to come up
|
||||
run: |
|
||||
@@ -306,7 +306,7 @@ jobs:
|
||||
--health-cmd "curl http://localhost:9000/minio/health/live" \
|
||||
minio/minio:RELEASE.2024-07-16T23-46-41Z server /data
|
||||
- name: Install py minio
|
||||
run: pip3 install minio
|
||||
run: pip3 install minio==7.2.18
|
||||
|
||||
- name: Wait for minio to come up
|
||||
run: |
|
||||
|
||||
@@ -110,7 +110,7 @@ jobs:
|
||||
--health-cmd "curl http://localhost:9000/minio/health/live" \
|
||||
minio/minio:RELEASE.2024-07-16T23-46-41Z server /data
|
||||
- name: Install py minio
|
||||
run: pip3 install minio
|
||||
run: pip3 install minio==7.2.18
|
||||
|
||||
- name: Wait for minio to come up
|
||||
run: |
|
||||
@@ -194,7 +194,7 @@ jobs:
|
||||
--health-cmd "curl http://localhost:9000/minio/health/live" \
|
||||
minio/minio:RELEASE.2024-07-16T23-46-41Z server /data
|
||||
- name: Install py minio
|
||||
run: pip3 install minio
|
||||
run: pip3 install minio==7.2.18
|
||||
|
||||
- name: Wait for minio to come up
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user