@@ -171,12 +171,10 @@ jobs:
171
171
flavor : |
172
172
latest=false
173
173
tags : |
174
- # Only version, no revision
175
- type=match,pattern=v(.*)-(.*) ,group=1
174
+ # version
175
+ type=match,pattern=v(.*),group=1
176
176
# branch
177
177
type=ref,event=branch
178
- # semver
179
- type=semver,pattern={{version}}
180
178
- id : meta-dockerhub-tag
181
179
name : Metadata - Docker Hub (Tags)
182
180
uses : docker/metadata-action@v4
@@ -187,7 +185,7 @@ jobs:
187
185
latest=false
188
186
tags : |
189
187
# Only version, no revision
190
- type=match,pattern=v(.*)-(.*) ,group=1
188
+ type=match,pattern=v(.*),group=1
191
189
- id : meta-ghcr
192
190
name : Metadata - GHCR
193
191
uses : docker/metadata-action@v4
@@ -196,12 +194,10 @@ jobs:
196
194
flavor : |
197
195
latest=false
198
196
tags : |
199
- # Only version, no revision
200
- type=match,pattern=v(.*)-(.*) ,group=1
197
+ # version
198
+ type=match,pattern=v(.*),group=1
201
199
# branch
202
200
type=ref,event=branch
203
- # semver
204
- type=semver,pattern={{version}}
205
201
- id : meta-ghcr-tag
206
202
name : Metadata - GHCR (Tags)
207
203
uses : docker/metadata-action@v4
@@ -211,8 +207,8 @@ jobs:
211
207
flavor : |
212
208
latest=false
213
209
tags : |
214
- # Only version, no revision
215
- type=match,pattern=v(.*)-(.*) ,group=1
210
+ # version
211
+ type=match,pattern=v(.*),group=1
216
212
217
213
# First, create manifests and push to GHCR
218
214
0 commit comments