Skip to content

Commit

Permalink
[FOLD] Build Docker image for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonianb committed Jul 31, 2019
1 parent cd15bd4 commit 55a0aa0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# By default node is installed as root and we are running as circleci
# Using sudo causes wierd issues so we just switch to installing globals in our home dir
name: Setup NPM to make global installs to home directory
command: |
command: |
echo "export PATH=$HOME/bin:$PATH" >> $BASH_ENV
npm set prefix=$HOME
Expand Down Expand Up @@ -124,6 +124,9 @@ workflows:
- build-publish-image:
requires:
- test
filters:
tags:
only: /^v.*/
- deploy:
requires:
- test
Expand Down

0 comments on commit 55a0aa0

Please sign in to comment.