fix: docker login

This commit is contained in:
Wyatt Johnson
2018-10-12 13:33:40 -06:00
parent cda72ba249
commit d25862e035
+3
View File
@@ -110,6 +110,9 @@ jobs:
steps:
- checkout
- setup_remote_docker
- run:
name: Login
command: docker login -u $DOCKER_USER -p $DOCKER_PASS
- run:
name: Build
command: docker build -t coralproject/talk:next --build-arg REVISION_HASH=${CIRCLE_SHA1} .