File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -284,19 +284,19 @@ workflows:
284
284
ignore : SC2086,SC2181,SC2124
285
285
filters :
286
286
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-]+)?$/
288
288
- build :
289
289
requires :
290
290
- shellcheck
291
291
filters :
292
292
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-]+)?$/
294
294
- test :
295
295
requires :
296
296
- build
297
297
filters :
298
298
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-]+)?$/
300
300
- publish-dockerhub :
301
301
context : dockerhub
302
302
requires :
@@ -305,14 +305,14 @@ workflows:
305
305
branches :
306
306
only : master
307
307
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-]+)?$/
309
309
- publish-quay :
310
310
context : quay
311
311
requires :
312
312
- test
313
313
filters :
314
314
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-]+)?$/
316
316
branches :
317
317
only : master
318
318
- release :
@@ -322,6 +322,6 @@ workflows:
322
322
- publish-quay
323
323
filters :
324
324
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-]+)?$/
326
326
branches :
327
327
ignore : /.*/
You can’t perform that action at this time.
0 commit comments