Skip to content

Commit

Permalink
Fix Docker tag issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjsanders committed Sep 17, 2018
1 parent afae0fc commit 3d148c2
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 @@ -46,6 +46,7 @@ jobs:
- deploy:
name: Push docker image
command: |
docker tag $doclog/$IMAGE_NAME:$MAJOR_VERSION"."$MINOR_VERSION"."$CIRCLE_BUILD_NUM $doclog/$IMAGE_NAME:latest
docker push $doclog/$IMAGE_NAME:$MAJOR_VERSION"."$MINOR_VERSION"."$CIRCLE_BUILD_NUM
docker push $doclog/$IMAGE_NAME:latest
Expand Down

0 comments on commit 3d148c2

Please sign in to comment.