Set Quay as default registry. (#189)

This commit is contained in:
Abhilash Raj
2017-11-05 22:19:58 -08:00
committed by GitHub
parent 84ae8986b6
commit beb5ca216e

View File

@@ -4,6 +4,8 @@ jobs:
build:
docker:
- image: circleci/python:3
environment:
REGISTRY: QUAY
steps:
- checkout
- setup_remote_docker