Skip to content

Commit 2ec0bf3

Browse files
authored
verify MinIO works with bitnami/minio:2023.8.31 (#27022)
1 parent cc5df26 commit 2ec0bf3

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)