Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliano Petronetto committed Jan 20, 2018
1 parent 28e05af commit 5714b5b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ jobs:
command: docker login -u $DOCKER_HUB_USER_ID -p $DOCKER_HUB_PWD
- run:
name: Docker Build
command: docker build -t petronetto/php7-alpine php-fpm
command: |
docker build -t petronetto/php7-alpine php-fpm
- run:
name: Docker Images
command: |
docker images
- run:
name: Push the develop tag
command: |
Expand Down

0 comments on commit 5714b5b

Please sign in to comment.