Fix the image pushing command in CircleCI.

This commit is contained in:
David Anderson 2018-02-07 00:14:43 -08:00
parent 002834d7e0
commit da5542b8ac
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
- run: echo $CIRCLE_BRANCH
- run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- run: make ci-prepare
- run: ci-push-images TAG=${CIRCLE_BRANCH:-${CIRCLE_TAG}}
- run: make ci-push-images TAG=${CIRCLE_BRANCH:-${CIRCLE_TAG}}
workflows:
version: 2
test-and-deploy:

View File

@ -24,7 +24,7 @@ jobs:
- run: echo $CIRCLE_BRANCH
- run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- run: make ci-prepare
- run: ci-push-images TAG=${CIRCLE_BRANCH:-${CIRCLE_TAG}}
- run: make ci-push-images TAG=${CIRCLE_BRANCH:-${CIRCLE_TAG}}
workflows:
version: 2
test-and-deploy: