Skip to content

Commit 41551f8

Browse files
committed
Update push-to-registry workflow to allow more flexible tag matching
1 parent be90e69 commit 41551f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/push-to-registry.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: push-to-registry
33
on:
44
push:
55
branches: ['main']
6-
tags: ['v*']
6+
tags:
7+
- 'v**'
78

89

910
env:

0 commit comments

Comments
 (0)