Skip to content

Commit

Permalink
John said this is better
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Jan 18, 2019
1 parent 523e9a8 commit a2c91c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -87,7 +87,8 @@ jobs:
- run:
name:
command: |
docker_tag=$DOCKER_REPOSITORY:${CIRCLE_SHA1:0:7}
docker_tag=$DOCKER_REPOSITORY:$(echo $CIRCLE_SHA1 | cut -c1-7)
docker build -t $docker_tag .
docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
Expand Down

0 comments on commit a2c91c7

Please sign in to comment.