Skip to content

Commit

Permalink
fix: use bitnami docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
pquadri committed Oct 4, 2024
1 parent f83e297 commit 2dac16f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ jobs:

services:
minio:
image: minio/minio
image: docker.io/bitnami/minio
ports:
- 9000:9000
options: >-
--name minio
-v /data:/data
-v /config:/root/.minio
server /data
env:
MINIO_ROOT_USER: minioadmin
MINIO_ROOT_PASSWORD: minioadmin
MINIO_DEFAULT_BUCKETS: test-bucket

steps:
- name: Checkout code
Expand Down

0 comments on commit 2dac16f

Please sign in to comment.