chore(gitlab-ci): correct minio image name

This commit is contained in:
Gregor Kleen 2020-09-11 19:10:27 +02:00
parent f450da7544
commit 730f95b3fc

View File

@ -92,7 +92,7 @@ yesod:build:dev:
services: &build-services
- name: postgres:10.10
alias: postgres
- name: minio
- name: minio/minio:RELEASE.2020-08-27T05-16-20Z
alias: minio
command: ["minio", "server", "/data"]