diff --git a/circle.yml b/circle.yml
index 994cf8048ccde6d74fbcb97bd4806fdd03534e7e..cf47a97d1d81ddc0abc0d13f1374a8593bcc6198 100644
--- a/circle.yml
+++ b/circle.yml
@@ -28,13 +28,14 @@ dependencies:
     - sudo chmod +x /usr/bin/docker
     # Override host go
     - sudo service docker start
-    - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
+    # NOTE [ben]: @afdudley, this is a temporary hack to enable PRs as of 0.12.0
+    # - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
     - "sudo apt-get update && sudo apt-get install -y libgmp3-dev"
     # Install erisdb cmd for tests
     - cd $GOPATH_REPO && go install ./cmd/erisdb
   cache_directories:
     - ~/cache
-    
+
 test:
   pre:
     - go get github.com/stretchr/testify