Skip to content

Commit d875d92

Browse files
Update trigger tag regex
1 parent 3f2b378 commit d875d92

File tree

2 files changed

+1
-63
lines changed

2 files changed

+1
-63
lines changed

.circleci/config.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/docker-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Build docker images
22

33
on:
44
push:
5-
tags:
6-
- '^v[0-9]{2}\.[0-9]{2}(\.[0-9]{1,2})?$'
5+
tags: [ 'v*' ]
76
workflow_dispatch:
87
inputs:
98
version:

0 commit comments

Comments
 (0)