Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahboobeh-binary committed Jul 16, 2020
1 parent 1ede1ba commit cdd5a3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ commands:
- run:
name: Building docker image
command: |
TAG=${CIRCLE_TAG:-$CIRCLE_SHA1}
docker build -t ${DOCKHUB_ORGANISATION}/smarttrader-deriv-app:${TAG} -t ${DOCKHUB_ORGANISATION}/smarttrader-deriv-app:latest .
docker build -t ${DOCKHUB_ORGANISATION}/smarttrader-deriv-app:${CIRCLE_TAG} -t ${DOCKHUB_ORGANISATION}/smarttrader-deriv-app:latest .
- run:
name: Pushing Image to docker hub
command: |
Expand Down

0 comments on commit cdd5a3d

Please sign in to comment.