We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be807eb commit a19df80Copy full SHA for a19df80
1 file changed
.github/workflows/dockerrelease.yml
@@ -25,10 +25,10 @@ jobs:
25
type=schedule
26
type=ref,event=branch
27
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
+ type=match,pattern=v(\d+\.\d+\.\d+\-\d+),group=1
+ type=match,pattern=v(\d+\.\d+\.\d+),group=1
+ type=match,pattern=v(\d+\.\d+),group=1
+ type=match,pattern=v(\d+),group=1
32
type=sha
33
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
34
with:
0 commit comments