Skip to content

Commit

Permalink
Merge pull request #10 from joshdk/feature/tag-builds
Browse files Browse the repository at this point in the history
Convince CircleCI to build on tag pushes
  • Loading branch information
joshdk committed May 1, 2018
2 parents 1bc6024 + 15d0e19 commit 6158c7d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: 2

jobs:
build:
docker:
Expand All @@ -24,3 +25,12 @@ jobs:
- store_artifacts:
path: docker-retag
destination: /bin/docker-retag

workflows:
version: 2
build:
jobs:
- build:
filters:
tags:
only: /.*/

0 comments on commit 6158c7d

Please sign in to comment.