Skip to content

Commit a14ea3f

Browse files
committed
fix: trigger tag signature
1 parent d8c211f commit a14ea3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Release Docker Image
22

33
on:
44
push:
5-
tags: ['v.*.*']
5+
tags:
6+
- 'v*.*.*'
67

78
jobs:
89
push_to_registries:

0 commit comments

Comments
 (0)