build: fix repository
All checks were successful
Publish content / build (push) Successful in 1m58s
Publish content / push (push) Successful in 47s
Publish content / deploy (push) Successful in 37s

This commit is contained in:
2025-09-06 08:57:24 +02:00
parent 77406b9bb4
commit 93c795513b

View File

@@ -74,7 +74,7 @@ jobs:
- name: Configure MinIO client
env:
MINIO_REPOSITORY: ${{ secrets.MINIO_REPOSITORY }}
MINIO_REPOSITORY: ${{ vars.MINIO_ENDPOINT }}
MINIO_ACCESS_KEY: ${{ secrets.MINIO_ACCESS_KEY }}
MINIO_SECRET_KEY: ${{ secrets.MINIO_SECRET_KEY }}
run: |