Skip to content

Commit

Permalink
[circle] build git tags to quay
Browse files Browse the repository at this point in the history
  • Loading branch information
mikz committed Aug 30, 2017
1 parent 297303f commit a651f5c
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,20 @@ workflows:
version: 2
build:
jobs:
- build
- s2i-runtime
- s2i-builder
- build: &git-tags
filters:
tags:
only: /.*/
- s2i-runtime:
<<: *git-tags
- s2i-builder:
<<: *git-tags
- deploy:
context: org-global
requires:
- build
- s2i-runtime
- s2i-builder
- s2i-builder
filters:
tags:
only: /^v\d+\..+/

0 comments on commit a651f5c

Please sign in to comment.