Merge pull request #966 from AppFlowy-IO/ci/versioning

chore: add extra tag options
This commit is contained in:
Zack 2024-11-06 15:17:51 +08:00 committed by GitHub
commit db6799b11b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ name: DockerHub Build and Push
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+' # Trigger for tags like v1.2.3
- '[0-9]+.[0-9]+.[0-9]+' # Trigger for tags like 1.2.3 (without 'v')
- 'v[0-9]+\.[0-9]+\.[0-9]+(?:-[\w\.-]+)?' # Trigger for tags like v1.2.3
- '[0-9]+\.[0-9]+\.[0-9]+(?:-[\w\.-]+)?' # Trigger for tags like 1.2.3 (without 'v')
env:
CARGO_TERM_COLOR: always