We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be90e69 commit 41551f8Copy full SHA for 41551f8
1 file changed
.github/workflows/push-to-registry.yaml
@@ -3,7 +3,8 @@ name: push-to-registry
3
on:
4
push:
5
branches: ['main']
6
- tags: ['v*']
+ tags:
7
+ - 'v**'
8
9
10
env:
0 commit comments