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.
2 parents e348de1 + 388dd3a commit 7d79f1cCopy full SHA for 7d79f1c
.github/workflows/publish.yml
@@ -50,6 +50,8 @@ jobs:
50
tags: |
51
# Only version, no revision
52
type=match,pattern=v(.*)-(.*),group=1
53
+ # Full version, with revision
54
+ type=match,pattern=v(.*),group=1
55
# branch
56
type=ref,event=branch
57
# semver
@@ -117,6 +119,8 @@ jobs:
117
119
118
120
121
122
123
124
125
126
@@ -177,6 +181,8 @@ jobs:
177
181
178
182
179
183
184
185
180
186
187
188
@@ -202,6 +208,8 @@ jobs:
202
208
203
209
204
210
211
212
205
213
206
214
207
215
0 commit comments