Fix tagged circleci config

This commit is contained in:
Geoff Bourne 2018-05-09 18:42:41 -05:00
parent fccf5f9eef
commit f83520e05a

View File

@ -31,7 +31,9 @@ jobs:
- checkout
- run: make install-dep
- run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- setup_remote_docker
- run: echo $DOCKER_PASSWORD | docker login -u $DOCKER_USER --password-stdin
- run: make release
workflows:
@ -41,10 +43,12 @@ workflows:
- build:
filters:
tags:
ignore: /.*/
tagged:
ignore: /^\d+\.\d+\.\d+/
release:
jobs:
- release:
filters:
tags:
only: /.*/
only: /^\d+\.\d+\.\d+/
branches:
ignore: /.*/