File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -284,19 +284,19 @@ workflows:
284284 ignore : SC2086,SC2181,SC2124
285285 filters :
286286 tags :
287- only : /^([0-9]+)\.([0-9]+)\.([0-9]+) (?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
287+ only : /^([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
288288 - build :
289289 requires :
290290 - shellcheck
291291 filters :
292292 tags :
293- only : /^([0-9]+)\.([0-9]+)\.([0-9]+) (?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
293+ only : /^([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
294294 - test :
295295 requires :
296296 - build
297297 filters :
298298 tags :
299- only : /^([0-9]+)\.([0-9]+)\.([0-9]+) (?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
299+ only : /^([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
300300 - publish-dockerhub :
301301 context : dockerhub
302302 requires :
@@ -305,14 +305,14 @@ workflows:
305305 branches :
306306 only : master
307307 tags :
308- only : /^([0-9]+)\.([0-9]+)\.([0-9]+) (?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
308+ only : /^([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
309309 - publish-quay :
310310 context : quay
311311 requires :
312312 - test
313313 filters :
314314 tags :
315- only : /^([0-9]+)\.([0-9]+)\.([0-9]+) (?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
315+ only : /^([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
316316 branches :
317317 only : master
318318 - release :
@@ -322,6 +322,6 @@ workflows:
322322 - publish-quay
323323 filters :
324324 tags :
325- only : /^([0-9]+)\.([0-9]+)\.([0-9]+) (?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
325+ only : /^([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
326326 branches :
327327 ignore : /.*/
You can’t perform that action at this time.
0 commit comments