Merge branch 'main' into stateless
This commit is contained in:
commit
1ac0c3fe0c
|
|
@ -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 or 1.2.3-alpha
|
||||
- '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 or 1.2.3-alpha
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
|
|||
Loading…
Reference in New Issue