Skip to content

Commit

Permalink
try to fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbaun committed Sep 20, 2024
1 parent 47dde9f commit 2994d7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: |
docker run -d --name minio \
-p 9000:9000 \
-e MINIO_ROOT_USER=${{ vars.MINIO_USER }} \
-e MINIO_ROOT_PASSWORD=${{ vars.MINIO_PASS }} \
-e MINIO_ROOT_USER=$MIN_USER \
-e MINIO_ROOT_PASSWORD=$MIN_PASS \
minio/minio server /data
- name: Wait for Minio Server to Start
run: |
Expand Down

0 comments on commit 2994d7c

Please sign in to comment.