Skip to content

Commit a19df80

Browse files
committed
Fixing patterns
1 parent be807eb commit a19df80

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dockerrelease.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
type=schedule
2626
type=ref,event=branch
2727
type=ref,event=pr
28-
type=match,pattern=v(\d.\d.\d-\d),group=1
29-
type=match,pattern=v(\d.\d.\d),group=1
30-
type=match,pattern=v(\d.\d),group=1
31-
type=match,pattern=v(\d),group=1
28+
type=match,pattern=v(\d+\.\d+\.\d+\-\d+),group=1
29+
type=match,pattern=v(\d+\.\d+\.\d+),group=1
30+
type=match,pattern=v(\d+\.\d+),group=1
31+
type=match,pattern=v(\d+),group=1
3232
type=sha
3333
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
3434
with:

0 commit comments

Comments
 (0)