Skip to content

Commit

Permalink
Fix CircleCI pipeline for building Docker image with version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Nov 6, 2021
1 parent 39ec1ac commit bdc7d9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,8 @@ workflows:
- docker-image-tag:
requires:
- docker-build-tag
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

0 comments on commit bdc7d9c

Please sign in to comment.