Skip to content

Commit

Permalink
more strict autobuild tags
Browse files Browse the repository at this point in the history
  • Loading branch information
zurdi15 committed Feb 10, 2024
1 parent b684443 commit c1a5284
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Build and Push Docker Image
on:
push:
tags:
- 'v*'
- '^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$'


jobs:
build:
Expand Down

0 comments on commit c1a5284

Please sign in to comment.