Skip to content

Commit ebf0851

Browse files
committed
Fix docker build tag filtering
1 parent 6c3b42e commit ebf0851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,6 @@ workflows:
278278
- rs-lint
279279
filters:
280280
tags:
281-
only: /v[0-9]+\.[0-9]+.*/
281+
only: /.*v[0-9]+\.[0-9]+.*/
282282
context:
283283
- upload-release

0 commit comments

Comments
 (0)