Browse Source

CI: Fix filter for docker-push-tag job

Danilo Bargen 6 years ago
parent
commit
53c0241c41
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .circleci/config.yml

+ 2 - 2
.circleci/config.yml

@@ -117,8 +117,8 @@ workflows:
               only: master
       - docker-push-tag:
           filters:
-            branches:
-              only: /v[0-9.]*/
+            tags:
+              only: /v.*/
   rebuild-images:
     triggers:
       - schedule: