···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"
3434- image: bitnami/minio:2021.3.17
3434+ image: bitnami/minio:2023.8.31
3535 env:
3636- MINIO_ACCESS_KEY: 123456
3737- MINIO_SECRET_KEY: 12345678
3636+ MINIO_ROOT_USER: 123456
3737+ MINIO_ROOT_PASSWORD: 12345678
3838 ports:
3939 - "9000:9000"
4040 steps: