We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5df26 commit 2ec0bf3Copy full SHA for 2ec0bf3
.github/workflows/pull-db-tests.yml
@@ -31,10 +31,10 @@ jobs:
31
minio:
32
# as github actions doesn't support "entrypoint", we need to use a non-official image
33
# that has a custom entrypoint set to "minio server /data"
34
- image: bitnami/minio:2021.3.17
+ image: bitnami/minio:2023.8.31
35
env:
36
- MINIO_ACCESS_KEY: 123456
37
- MINIO_SECRET_KEY: 12345678
+ MINIO_ROOT_USER: 123456
+ MINIO_ROOT_PASSWORD: 12345678
38
ports:
39
- "9000:9000"
40
steps:
0 commit comments