Skip to content

Commit

Permalink
Merge branch 'main' into stateless
Browse files Browse the repository at this point in the history
  • Loading branch information
speed2exe committed Nov 6, 2024
2 parents 863e405 + db6799b commit 81f4297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_latest_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81f4297

Please sign in to comment.