Skip to content

Commit

Permalink
chore(CI): build Docker image for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanilves committed Aug 21, 2019
1 parent 99d0bda commit 2118c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
command: |
make release
if [ ${CIRCLE_BRANCH} == "master" ]; then
make docker-image DOCKER_TAG=release
make deploy
fi
Expand Down

0 comments on commit 2118c1b

Please sign in to comment.