loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

verify MinIO works with bitnami/minio:2023.8.31 (#27022)

authored by

Earl Warren and committed by
GitHub
2ec0bf38 cc5df266

+3 -3
+3 -3
.github/workflows/pull-db-tests.yml
··· 31 31 minio: 32 32 # as github actions doesn't support "entrypoint", we need to use a non-official image 33 33 # that has a custom entrypoint set to "minio server /data" 34 - image: bitnami/minio:2021.3.17 34 + image: bitnami/minio:2023.8.31 35 35 env: 36 - MINIO_ACCESS_KEY: 123456 37 - MINIO_SECRET_KEY: 12345678 36 + MINIO_ROOT_USER: 123456 37 + MINIO_ROOT_PASSWORD: 12345678 38 38 ports: 39 39 - "9000:9000" 40 40 steps: