mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
ci(deps): bump minio test dependency (#2555)
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
parent
a7ab16b31e
commit
048e59186f
2 changed files with 4 additions and 4 deletions
4
.github/workflows/cluster.yaml
vendored
4
.github/workflows/cluster.yaml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
runs-on: ubuntu-latest-4-cores
|
||||
# services:
|
||||
# minio:
|
||||
# image: minio/minio:edge-cicd
|
||||
# image: minio/minio:RELEASE.2024-07-16T23-46-41Z
|
||||
# env:
|
||||
# MINIO_ROOT_USER: minioadmin
|
||||
# MINIO_ROOT_PASSWORD: minioadmin
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
-v /tmp/data:/data \
|
||||
-v /tmp/config:/root/.minio \
|
||||
--health-cmd "curl http://localhost:9000/minio/health/live" \
|
||||
minio/minio:edge-cicd server /data
|
||||
minio/minio:RELEASE.2024-07-16T23-46-41Z server /data
|
||||
- name: Install py minio
|
||||
run: pip3 install minio
|
||||
|
||||
|
|
4
.github/workflows/gc-stress-test.yaml
vendored
4
.github/workflows/gc-stress-test.yaml
vendored
|
@ -92,7 +92,7 @@ jobs:
|
|||
-v /tmp/data:/data \
|
||||
-v /tmp/config:/root/.minio \
|
||||
--health-cmd "curl http://localhost:9000/minio/health/live" \
|
||||
minio/minio:edge-cicd server /data
|
||||
minio/minio:RELEASE.2024-07-16T23-46-41Z server /data
|
||||
- name: Install py minio
|
||||
run: pip3 install minio
|
||||
|
||||
|
@ -167,7 +167,7 @@ jobs:
|
|||
-v /tmp/data:/data \
|
||||
-v /tmp/config:/root/.minio \
|
||||
--health-cmd "curl http://localhost:9000/minio/health/live" \
|
||||
minio/minio:edge-cicd server /data
|
||||
minio/minio:RELEASE.2024-07-16T23-46-41Z server /data
|
||||
- name: Install py minio
|
||||
run: pip3 install minio
|
||||
|
||||
|
|
Loading…
Reference in a new issue