Skip to content

Commit 76529f1

Browse files
committed
minio tests fail with bitnami/minio:2023.8.31
1 parent ae8e8f0 commit 76529f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-db-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
minio:
3232
# as github actions doesn't support "entrypoint", we need to use a non-official image
3333
# that has a custom entrypoint set to "minio server /data"
34-
image: bitnami/minio:2021.3.17
34+
image: bitnami/minio:2023.8.31
3535
env:
36-
MINIO_ACCESS_KEY: 123456
37-
MINIO_SECRET_KEY: 12345678
36+
MINIO_ROOT_USER: 123456
37+
MINIO_ROOT_PASSWORD: 12345678
3838
ports:
3939
- "9000:9000"
4040
steps:

0 commit comments

Comments
 (0)