Skip to content

Commit

Permalink
Fix for release build tag matching
Browse files Browse the repository at this point in the history
  • Loading branch information
segfly committed Oct 23, 2016
1 parent 56afcbe commit 3529a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ deployment:
- docker push segfly/ssh-gitway:latest
- docker push segfly/ssh-gitway:sample-git-server
release:
tag: /[0-9]+(\.[0-9]+)(\.[0-9]+)(\.[0-9]+[a-z]+)/
tag: /v[0-9]+(\.[0-9]+)*/
owner: segfly-oss
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker tag segfly/ssh-gitway:latest segfly/ssh-gitway:${CIRCLE_TAG}
- docker segfly/ssh-gitway:${CIRCLE_TAG}
- docker push segfly/ssh-gitway:${CIRCLE_TAG}

0 comments on commit 3529a59

Please sign in to comment.