Skip to content

Commit

Permalink
Docker build all tags starting vX.Y.Z, inc RCs
Browse files Browse the repository at this point in the history
Note the regex must match the complete string anyway,
so the leading ^ was useless.
  • Loading branch information
michaelkaye committed Oct 3, 2018
1 parent ed763ae commit d1b7c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ workflows:
- dockerhubuploadrelease:
filters:
tags:
only: /^v[0-9].[0-9]+.[0-9]+(.[0-9]+)?/
only: /v[0-9].[0-9]+.[0-9]+.*/
branches:
ignore: /.*/
- dockerhubuploadlatest:
Expand Down

0 comments on commit d1b7c0c

Please sign in to comment.