Skip to content

Commit

Permalink
chore(circleci): updates to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Dec 30, 2018
1 parent 204490d commit 7cf1870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,13 @@ jobs:
name: Build Docker Image
command: |
docker build -t polonel/trudesk:next .
docker tag polonel/trudesk:next polonel/trudesk:latest
- run:
name: Push Docker Image
command: |
echo $DOCKER_PWD | docker login -u $DOCKER_LOGIN --password-stdin
docker push polonel/trudesk:next
docker push polonel/trudesk:latest
build_production_docker:
executor: docker-executor
steps:
Expand Down

0 comments on commit 7cf1870

Please sign in to comment.