Skip to content

Commit 29b3c67

Browse files
author
David Zuckerman
committed
fixed regular expression for release tagging in releases.yml
1 parent e15c637 commit 29b3c67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
tags: |
4949
type=ref,event=tag
5050
type=match,pattern=\d+
51-
type=match,pattern=\d+\d+
52-
type=match,pattern=\d+\d+\d+
51+
type=match,pattern=\d+\.\d+
52+
type=match,pattern=\d+\.\d+\.\d+
5353
type=match,pattern=.*
5454
5555
- name: Retag the pulled image

0 commit comments

Comments
 (0)