chore(gitlab-ci): correct minio image name
This commit is contained in:
parent
f450da7544
commit
730f95b3fc
@ -92,7 +92,7 @@ yesod:build:dev:
|
|||||||
services: &build-services
|
services: &build-services
|
||||||
- name: postgres:10.10
|
- name: postgres:10.10
|
||||||
alias: postgres
|
alias: postgres
|
||||||
- name: minio
|
- name: minio/minio:RELEASE.2020-08-27T05-16-20Z
|
||||||
alias: minio
|
alias: minio
|
||||||
command: ["minio", "server", "/data"]
|
command: ["minio", "server", "/data"]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user