We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1d9fa commit 0c22db2Copy full SHA for 0c22db2
.github/workflows/image_release.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- develop
7
tags:
8
- - v[0-9]+.[0-9]+.[0-9]+
+ - '[0-9]+.[0-9]+.[0-9]+'
9
10
jobs:
11
release:
0 commit comments