Skip to content

Commit 3c52e55

Browse files
ci: Pin minio service to live image (bitnami/minio removed)
1 parent a9266cc commit 3c52e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ${{ matrix.os }}-latest
4242
services:
4343
minio:
44-
image: ${{ (matrix.os == 'ubuntu') && 'bitnami/minio:2023.7.18' || ''}}
44+
image: ${{ (matrix.os == 'ubuntu') && 'bitnamilegacy/minio:2023.7.18' || ''}}
4545
ports:
4646
- 45677:9000
4747
options: >-

0 commit comments

Comments
 (0)