diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index b02b583..6ce42fe 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -21,7 +21,8 @@ jobs: services: minio: # This image does not require any command arguments (which GitHub Actions don't support) - image: bitnami/minio:latest + # image: bitnami/minio:latest + image: minio/minio:latest env: MINIO_ROOT_USER: minioadmin MINIO_ROOT_PASSWORD: minioadmin diff --git a/README.md b/README.md index ab3d0ff..8e58fa2 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,6 @@ project uses the minio python client instead. Inspiration has been drawn from See [http://django-minio-storage.readthedocs.io/en/latest/](http://django-minio-storage.readthedocs.io/en/latest/) for documentation and usage guides. + + +TEST