Allow feature tag to version on docker

This commit is contained in:
nicolas.dorier 2025-09-06 11:29:45 +09:00
parent 58bde3c916
commit be086282ae
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -36,5 +36,8 @@ workflows:
filters:
branches:
ignore: /.*/
# only act on version tags v1.0.0.88 or v1.0.2-1
# OR feature tags like abc
# OR features on specific versions like v1.0.0.88-abc-1
tags:
only: /v[0-9]+(\.[0-9]+)*/
only: /(v[1-9]+(\.[0-9]+)*(-[a-z0-9-]+)?)|(v[a-z0-9-]+)/