Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 36fab49

Browse files
authored
ci: fix releasing tags
1 parent 081a145 commit 36fab49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
branches:
66
- master
77
- dev
8+
release:
89
tags:
9-
- '!refs/tags/*'
10+
- v*
1011
pull_request:
1112

1213
jobs:

0 commit comments

Comments
 (0)