Skip to content

Commit

Permalink
Update trigger tag regex
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahanaFarooqui committed Jun 25, 2024
1 parent 3f2b378 commit f04351d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build docker images
on:
push:
tags:
- '^v[0-9]{2}\.[0-9]{2}(\.[0-9]{1,2})?$'
- '^v[0-9]{1,2}\.[0-9]{2}(\.[0-9]{1,2})?$'
workflow_dispatch:
inputs:
version:
Expand Down

0 comments on commit f04351d

Please sign in to comment.