Skip to content
Snippets Groups Projects
Commit 46b856174433 authored by Christophe de Vienne's avatar Christophe de Vienne
Browse files

ci: use our quay mirror

parent 7af8a26c4bed
No related branches found
No related tags found
No related merge requests found
Pipeline #26380 passed
......@@ -4,7 +4,7 @@
build:
stage: build
image: golang:1.15
image: quay.orus.io/docker_mirror/golang:1.15
artifacts:
paths:
- build/html
......@@ -39,7 +39,7 @@
publish-ci:
stage: publish
image:
name: minio/mc:RELEASE.2020-01-13T22-49-03Z
name: quay.orus.io/docker_mirror/minio_mc:RELEASE.2020-01-13T22-49-03Z
entrypoint: ["/bin/busybox"]
script:
- mc config host add orus $ORUS_ENDPOINT $ORUS_ACCESS_KEY $ORUS_SECRET_KEY --api S3v2
......@@ -50,7 +50,7 @@
only:
- branch/default
image:
name: minio/mc:RELEASE.2020-01-13T22-49-03Z
name: quay.orus.io/docker_mirror/minio_mc:RELEASE.2020-01-13T22-49-03Z
entrypoint: ["/bin/busybox"]
script:
- mc config host add orus $ORUS_ENDPOINT $ORUS_ACCESS_KEY $ORUS_SECRET_KEY --api S3v2
......@@ -62,7 +62,7 @@
only:
- tags
image:
name: minio/mc:RELEASE.2020-01-13T22-49-03Z
name: quay.orus.io/docker_mirror/minio_mc:RELEASE.2020-01-13T22-49-03Z
entrypoint: ["/bin/busybox"]
script:
- mc config host add orus $ORUS_ENDPOINT $ORUS_ACCESS_KEY $ORUS_SECRET_KEY --api S3v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment